Write a boolean value to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void WriteBoolean( bool value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteBoolean ( _ value As Boolean _ ) |
| Visual C++ |
|---|
public: void WriteBoolean ( bool value ) |
Parameters
- value
- Boolean
The boolean value to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace