Click or drag to resize

IPortableWriterWriteLongArray Method

Writes a primitive long-array.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteLongArray(
	string fieldName,
	long[] longs
)

Parameters

fieldName
Type: SystemString
name of the field
longs
Type: SystemInt64
long array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a primitive long-array.
See Also