Module dispatch_message_action

Structs§

Action
Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. Action is the base class for actions. For example, if you want to perform a simple operation, such as set a value of a property, you can use a trigger with the SetPropertyAction action.
ActionBase
Base abstraction class for Action classes. See: Action, ApplyAction.
DELAY_PROPERTY
The time in milliseconds after which Kanzi invokes the action.
DISPATCH_MODE_PROPERTY
The message dispatch mode (deprecated).
DispatchMessageAction
DispatchMessageAction dispatches a message of specified type to a specified target.
ForwardingAction
ForwardingAction is the base class for the action classes that read and send arguments, such as SetPropertyAction or DispatchMessageAction.
IActionBase
IForwardingActionBase
MESSAGE_TYPE_PROPERTY
The name of a message type.
ROUTING_TARGET_LOOKUP_PROPERTY
Allows to look up the target item using this property (RoutingTarget.Property).
ROUTING_TARGET_PROPERTY
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.

Enums§

DispatchModeDeprecated
Dispatch mode type. Deprecated: In Kanzi 3.5. All messages are delivered immediately, and DispatchMode property has no effect.

Traits§

IAction
IForwardingAction