IMessage
Short summary
An interface for any kind of message. Acts as a wrapper interface for TcEvent.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject, CNM_CommandInterfaces.ISingleAttempt | - |
UML Diagram
Properties
dto
Type: IMessageDto
This property returns the dto of the message containing the data.…
Methods
throw
- Return type:
VOID
This method throws/sends the message and sends it to the associated message service to be handled.…
Code
Declaration
INTERFACE IMessage EXTENDS CNM_AbstractObject.IObject, CNM_CommandInterfaces.ISingleAttempt