Click or drag to resize
DataOutputWriteBoolean Method
Write a boolean value to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteBoolean(
	bool value
)

Parameters

value
Type: SystemBoolean
The boolean value to write.
See Also