-
Notifications
You must be signed in to change notification settings - Fork 2
IMessage Interface
sequenze edited this page Jun 15, 2017
·
3 revisions
Defines the minimal properties any message contain.
Object
public abstract interface IMessage
Name | Description |
---|---|
Source | Gets or sets the identify of the original requester. |
Session | Gets or sets the unique session identifier used by the source to distinguish requests. |
Target | Gets or sets the global identifier that identifies the target space. |
Actiontype | Gets or sets the action to be executed by the remote space. |