.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ReliableTopicExceptionEventArgs Class

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    Represents event data for the reliable topic exception event.

    public sealed class ReliableTopicExceptionEventArgs : EventArgsBase
    Inheritance
    object
    EventArgsBase
    ReliableTopicExceptionEventArgs
    Inherited Members
    EventArgsBase.State
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()

    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.