Click or drag to resize
DataOutputWriteInt16 Method
Write a 16-bit integer to the DataOutput.

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

Parameters

value
Type: SystemInt16
The 16-bit integer to write.
See Also