DataSource.NET
7.1.23.41524-1415d4ff
|
An IMessage represents a DataSource message containg an update to an existing subject or a complete image of it. More...
Properties | |
bool | Image [get, set] |
Gets or sets a boolean value indicating whether this IMessage represents an image or an update. More... | |
string | Subject [get] |
Gets the subject of this message. More... | |
An IMessage represents a DataSource message containg an update to an existing subject or a complete image of it.
An IMessage is the base interface for all messages generated by DataSource.NET regardless of the SubjectType. Therefore the base interface provides no functionality for altering the content of the message and the derived interfaces should be used:
|
getset |
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
true if this message is an image of the object, false if it is an update to the existing state of the object.
By default, Image has a value of false indicating that the IMessage is an update and not an image.
The following example sends a Type 1 record image to all subscribed peers.
|
get |
Gets the subject of this message.
The subject.