IPortableWriterWriteLong Method Hazelcast .Net Client Class Library
Writes a primitive long.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

void WriteLong(
	string fieldName,
	long value
)

Parameters

fieldName
Type: SystemString
name of the field
value
Type: SystemInt64
long value to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes a primitive long.
See Also

Reference