ReliableTopicExceptionEventArgs Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Represents event data for the reliable topic exception event.
public sealed class ReliableTopicExceptionEventArgs : EventArgsBase
Inherited Members
Constructors
Name | Description |
---|---|
ReliableTopicExceptionEventArgs(Exception, long, object) | Initializes a new instance of the ReliableTopicExceptionEventArgs class. |
Properties
Name | Description |
---|---|
Cancel | Whether the event default action, which consists in terminating the subscription, should be canceled or not. This is false by default (terminate) and should be set to true to prevent the subscription from terminating. |
Exception | Gets the exception that triggers the event. |
Sequence | Gets the last known sequence. |