Click or drag to resize

IBufferObjectDataOutputWriteLong Method (Int64, ByteOrder)

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteLong(
	long v,
	ByteOrder byteOrder
)

Parameters

v
Type: SystemInt64
byteOrder
Type: Hazelcast.Net.ExtByteOrder
Exceptions
ExceptionCondition
IOException
See Also