Click or drag to resize

IPortableWriterWriteLong Method

Writes a primitive long.

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