DispatchMessageActionMetadata
¶
Defines properties and message types for DispatchMessageAction.
Inherits properties and message types from ForwardingActionMetadata.
DispatchMessageActionMetadata.MessageTypeProperty¶ | The name of a message type. |
DispatchMessageActionMetadata.DispatchModeProperty¶ | The message dispatch mode (deprecated).
|
DispatchMessageActionMetadata.RoutingTargetProperty¶ | Specifies the target item to which the message is dispatched. If the target resides within the node tree, and the message type has tunneling and bubbling enabled, the message is tunneled and bubbled through the parents of the target. |
DispatchMessageActionMetadata.RoutingTargetLookupProperty¶ | Allows to look up the target item using this property (RoutingTarget.Property). |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.