Click or drag to resize
DataOutputWriteUInt64 Method
Write an unsigned 64-bit integer to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteUInt64(
	ulong value
)

Parameters

value
Type: SystemUInt64
The unsigned 64-bit integer to write.
See Also