C# Class Hazelcast.Client.Protocol.Codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters

Mostrar archivo Open project: hazelcast/hazelcast-csharp-client

Public Properties

Property Type Description
TYPE MultiMapMessageType
includeValue bool
key IData
name string

Public Methods

Method Description
CalculateDataSize ( string name, IData key, bool includeValue, bool localOnly ) : int

Method Details

CalculateDataSize() public static method

public static CalculateDataSize ( string name, IData key, bool includeValue, bool localOnly ) : int
name string
key IData
includeValue bool
localOnly bool
return int

Property Details

TYPE public_oe static_oe property

public static MultiMapMessageType TYPE
return MultiMapMessageType

includeValue public_oe property

public bool includeValue
return bool

key public_oe property

public IData key
return IData

name public_oe property

public string name
return string