IPdxWriterWriteShortArray Method |
Write an collection to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteShortArray(
string fieldName,
short[] shortArray
)
Function WriteShortArray (
fieldName As String,
shortArray As Short()
) As IPdxWriter
IPdxWriter^ WriteShortArray(
String^ fieldName,
array<short>^ shortArray
)
abstract WriteShortArray :
fieldName : string *
shortArray : int16[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - shortArray
- Type: SystemInt16
The shortArray to write.
Return Value
Type:
IPdxWriter
See Also