IPdxInstanceFactoryWriteShortArray Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxInstanceFactory WriteShortArray(
string fieldName,
short[] value
)
Function WriteShortArray (
fieldName As String,
value As Short()
) As IPdxInstanceFactory
IPdxInstanceFactory^ WriteShortArray(
String^ fieldName,
array<short>^ value
)
abstract WriteShortArray :
fieldName : string *
value : int16[] -> IPdxInstanceFactory
Parameters
- fieldName
- Type: SystemString
- value
- Type: SystemInt16
Return Value
Type:
IPdxInstanceFactory
See Also