Click or drag to resize

IPortableReaderReadLongArray Method

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
long[] ReadLongArray(
	string fieldName
)

Parameters

fieldName
Type: SystemString
name of the field

Return Value

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