Click or drag to resize
IPdxWriter.WriteObject Method
Write an Object object to the IPdxWriter.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IPdxWriter WriteObject(
	string fieldName,
	Object obj
)

Parameters

fieldName
Type: System.String
The name of the field associated with the value.
obj
Type: System.Object
The object to write.

Return Value

Type: IPdxWriter
See Also