Write an unsigned 64-bit integer to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void WriteUInt64( ulong value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteUInt64 ( _ value As ULong _ ) |
| Visual C++ |
|---|
public: void WriteUInt64 ( unsigned long long value ) |
Parameters
- value
- UInt64
The unsigned 64-bit integer to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace