.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ReliableTopicMessageEventArgs<T> Class

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

    Represents event data for the reliable topic message.

    public sealed class ReliableTopicMessageEventArgs<T> : EventArgsBase
    Inheritance
    object
    EventArgsBase
    ReliableTopicMessageEventArgs<T>
    Inherited Members
    EventArgsBase.State
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Type Parameters
    T

    The reliable topic object type.

    Constructors

    Name Description
    ReliableTopicMessageEventArgs(MemberInfo, long, T, long, object)

    Initializes a new instance of the ReliableTopicMessageEventArgs<T> class.

    Properties

    Name Description
    Cancel

    Sets or gets an exception terminates the subscription unless the event is canceled by setting Cancel to

    false
    Member

    Gets the member that triggered the event.

    Payload

    Gets the topic object carried by the message.

    PublishTime

    Gets the message publish time.

    Sequence

    Gets sequence of the message in the ring buffer.

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