DataOutputWriteInt64 Method |
Write a 64-bit integer to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteInt64(
long value
)
Public Sub WriteInt64 (
value As Long
)
public:
void WriteInt64(
long long value
)
member WriteInt64 :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
The 64-bit integer to write.
See Also