Class DispatchMessageAction

Class Hierarchy

DispatchMessageAction dispatches a message of specified type to a specified target.

You set the message type with the MessageTypeProperty and the target with the RoutingTargetProperty and the RoutingTargetLookupProperty.

Inherits properties and message types from DispatchMessageActionMetadata.

Synopsis

Methods
create()

Creates an instance of DispatchMessageAction

DispatchMessageAction.DispatchMessageAction:create(name)

Creates an instance of DispatchMessageAction.

Parameters
name (string)

Name for the instance.

Return Values
(DispatchMessageAction)

Shared pointer to created DispatchMessageAction instance.