ReliableTopicMessageEventArgs<T> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Represents event data for the reliable topic message.
public sealed class ReliableTopicMessageEventArgs<T> : EventArgsBase
Inherited Members
Type Parameters
T | The reliable topic object type. |
Constructors
Name | Description |
---|---|
Reliable |
Initializes a new instance of the Reliable |
Properties
Name | Description |
---|---|
Cancel | Sets or gets an exception terminates the subscription unless the event is canceled by setting Cancel to
|
Member | Gets the member that triggered the event. |
Payload | Gets the topic object carried by the message. |
Publish |
Gets the message publish time. |
Sequence | Gets sequence of the message in the ring buffer. |