Click or drag to resize
DataOutputWriteSByte Method
Write a signed byte to the DataOutput.

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

Parameters

value
Type: SystemSByte
The signed byte to write.
See Also