DataOutputWriteBoolean Method |
Write a boolean value to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteBoolean(
bool value
)
Public Sub WriteBoolean (
value As Boolean
)
public:
void WriteBoolean(
bool value
)
member WriteBoolean :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
The boolean value to write.
See Also