Click or drag to resize
IPdxInstanceCreateWriter Method
Creates and returns a IWritablePdxInstance whose initial values are those of this PdxInstance. This call returns a copy of the current field values so modifications made to the returned value will not modify this PdxInstance.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IWritablePdxInstance CreateWriter()

Return Value

Type: IWritablePdxInstance
a IWritablePdxInstance
See Also