Click or drag to resize

MessageT Class

Message for ITopic<E>.
Inheritance Hierarchy
SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreMessageT

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
[SerializableAttribute]
public class Message<T> : EventObject

Type Parameters

T

The MessageT type exposes the following members.

Constructors
  NameDescription
Public methodMessageT
Initializes a new instance of the MessageT class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMessageObject
Returns published message
Public methodGetPublishingMember
Returns the member that published the message
Public methodGetPublishTime
Return the time when the message is published
Public methodGetSource
The object on which the Event initially occurred.
(Inherited from EventObject.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also