Click or drag to resize

IBufferObjectDataOutputWriteLong Method (Int32, Int64)

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

Parameters

position
Type: SystemInt32
v
Type: SystemInt64
Exceptions
ExceptionCondition
IOException
See Also