Represents a rule action that sends a text message with content supplied from a specified url.


Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Class ReplyWithMessageByUrlActionClass
    Inherits BasicRuleActionClass(Of ReplyWithMessageByUrlActionClass)
C#
public class ReplyWithMessageByUrlActionClass : BasicRuleActionClass<ReplyWithMessageByUrlActionClass>
C++
ref class ReplyWithMessageByUrlActionClass : BasicRuleActionClass<ReplyWithMessageByUrlActionClass>
J#
public class ReplyWithMessageByUrlActionClass extends BasicRuleActionClass<ReplyWithMessageByUrlActionClass>
JScript
public class ReplyWithMessageByUrlActionClass extends BasicRuleActionClass<ReplyWithMessageByUrlActionClass>

Inheritance Hierarchy

System.Object
   Dynmark.Services.API.BasicClass<T>
      Dynmark.Services.API.Rules.BasicRuleActionClass<T>
         Dynmark.Services.API.Rules.ReplyWithMessageByUrlActionClass

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also