Property Message
Message
A message contains the actual data object which is sent by the publisher and delivered to the interested subscribers for the topic. NCache provides the Message class which implements the IMessage interface to create a message.
Declaration
public IMessage Message { get; }
Property Value
Type | Description |
---|---|
IMessage | The actual data object which is sent by the publisher and delivered to the interested subscribers for the topic. |