CacheCreatePdxInstanceFactory Method |
Returns a factory that can create a {@link PdxInstance}.
@param className the fully qualified class name that the PdxInstance will become
when it is fully deserialized.
@return the factory
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IPdxInstanceFactory CreatePdxInstanceFactory(
string className
)
Public Function CreatePdxInstanceFactory (
className As String
) As IPdxInstanceFactory
public:
virtual IPdxInstanceFactory^ CreatePdxInstanceFactory(
String^ className
) sealed
abstract CreatePdxInstanceFactory :
className : string -> IPdxInstanceFactory
override CreatePdxInstanceFactory :
className : string -> IPdxInstanceFactory
Parameters
- className
- Type: SystemString
Return Value
Type:
IPdxInstanceFactory
See Also