.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    TopicMessageEventArgs<T> Class

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

    Represents event data for the TopicEventTypes.Message event.

    public sealed class TopicMessageEventArgs<T> : EventArgsBase
    Inheritance
    object
    EventArgsBase
    TopicMessageEventArgs<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 topic object type.

    Constructors

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

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

    Properties

    Name Description
    Member

    Gets the member.

    Payload

    Gets the topic object carried by the message.

    PublishTime

    Gets the message publish time.

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