Click or drag to resize
IPdxWriterWriteObjectArray Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IPdxWriter WriteObjectArray(
	string fieldName,
	List<Object> objectArray
)

Parameters

fieldName
Type: SystemString
objectArray
Type: System.Collections.GenericListObject

Return Value

Type: IPdxWriter
See Also