DataSource.NET
IMessage Interface
NamespacesCaplin.DataSource.MessagingIMessage
An IMessage represents a DataSource message containg an update to an existing subject or a complete image of it.
Declaration Syntax
C#Visual BasicVisual C++
public interface IMessage
Public Interface IMessage
public interface class IMessage
Members
All MembersProperties



IconMemberDescription
Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.

Subject
Gets the subject of this message.

Remarks

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:

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)