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

SystemObject
  Hazelcast.Client.ProtocolResponseMessageConst

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

public sealed class ResponseMessageConst

The ResponseMessageConst type exposes the following members.

Constructors

  NameDescription
Public methodResponseMessageConst
Initializes a new instance of the ResponseMessageConst 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 memberAuthentication
Public fieldStatic memberBoolean
Public fieldStatic memberCacheKeyIteratorResult
Public fieldStatic memberData
Public fieldStatic memberDistributedObject
Public fieldStatic memberEntryView
Public fieldStatic memberException
Public fieldStatic memberInteger
Public fieldStatic memberJobProcessInfo
Public fieldStatic memberListData
Public fieldStatic memberListEntry
Public fieldStatic memberLong
Public fieldStatic memberPartitions
Public fieldStatic memberReadResultSet
Public fieldStatic memberSetData
Public fieldStatic memberSetEntry
Public fieldStatic memberString
Public fieldStatic memberVoid
Top
Remarks

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

Reference