IPdxWriterWriteLongArray 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 WriteLongArray(
string fieldName,
long[] longArray
)
Function WriteLongArray (
fieldName As String,
longArray As Long()
) As IPdxWriter
IPdxWriter^ WriteLongArray(
String^ fieldName,
array<long long>^ longArray
)
abstract WriteLongArray :
fieldName : string *
longArray : int64[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - longArray
- Type: SystemInt64
The longArray to write.
Return Value
Type:
IPdxWriter
See Also