Class MessageEventArgs
Arguments containing details of received message including topic, sender and type.
Inheritance
System.Object
MessageEventArgs
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class MessageEventArgs : EventArgs
Constructors
Name | Description |
---|---|
MessageEventArgs(IMessage, DeliveryOption, ITopic, String) | Creates MessageEventArgs |
Properties
Name | Description |
---|---|
DeliveryOption | How message should be delivered |
Message | Message to be delivered |
Topic | Topic to which message belongs |
TopicName | Topic on which message is published. |