Click or drag to resize
DataOutputWriteInt64 Method
Write a 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 WriteInt64(
	long value
)

Parameters

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