DataOutputWriteInt16 Method |
Write a 16-bit integer to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteInt16(
short value
)
Public Sub WriteInt16 (
value As Short
)
public:
void WriteInt16(
short value
)
member WriteInt16 :
value : int16 -> unit
Parameters
- value
- Type: SystemInt16
The 16-bit integer to write.
See Also