DataOutputWriteUInt64 Method |
Write an unsigned 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 WriteUInt64(
ulong value
)
Public Sub WriteUInt64 (
value As ULong
)
public:
void WriteUInt64(
unsigned long long value
)
member WriteUInt64 :
value : uint64 -> unit
Parameters
- value
- Type: SystemUInt64
The unsigned 64-bit integer to write.
See Also