Click or drag to resize

IPortableReader.ReadLong Method

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
long ReadLong(
	string fieldName
)

Parameters

fieldName
Type: System.String
name of the field

Return Value

Type: Int64
the long value read
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
See Also