Click or drag to resize
DataOutputWriteShortArray Method
Write a short array to the DataOutput.

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

Parameters

value
Type: SystemInt16
The short array to write.
See Also