IPortableWriterWriteLongArray Method Hazelcast .Net Client Class Library
Writes a primitive long-array.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
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

Reference