EventMessageConst ClassHazelcast .Net Client Class Library
Message type ids of event responses in client protocol.
Inheritance Hierarchy

SystemObject
  Hazelcast.Client.ProtocolEventMessageConst

Namespace: Hazelcast.Client.Protocol
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax

public sealed class EventMessageConst

The EventMessageConst type exposes the following members.

Constructors

  NameDescription
Public methodEventMessageConst
Initializes a new instance of the EventMessageConst class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberEventCache
Public fieldStatic memberEventCacheBatchInvalidation
Public fieldStatic memberEventCacheInvalidation
Public fieldStatic memberEventCachePartitionLost
Public fieldStatic memberEventDistributedObject
Public fieldStatic memberEventEntry
Public fieldStatic memberEventIMapBatchInvalidation
Public fieldStatic memberEventIMapInvalidation
Public fieldStatic memberEventItem
Public fieldStatic memberEventMapPartitionLost
Public fieldStatic memberEventMember
Public fieldStatic memberEventMemberAttributeChange
Public fieldStatic memberEventMemberSet
Public fieldStatic memberEventPartitionLost
Public fieldStatic memberEventQueryCacheBatch
Public fieldStatic memberEventQueryCacheSingle
Public fieldStatic memberEventTopic
Top
Remarks

Message type ids of event responses in client protocol. They also used to bind a request to event inside Request annotation.
See Also

Reference