AuthenticatedCacheCreatePdxInstanceFactory 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 virtual IPdxInstanceFactory CreatePdxInstanceFactory(
string className
)
Public Overridable Function CreatePdxInstanceFactory (
className As String
) As IPdxInstanceFactory
public:
virtual IPdxInstanceFactory^ CreatePdxInstanceFactory(
String^ className
)
abstract CreatePdxInstanceFactory :
className : string -> IPdxInstanceFactory
override CreatePdxInstanceFactory :
className : string -> IPdxInstanceFactory
Parameters
- className
- Type: SystemString
Return Value
Type:
IPdxInstanceFactoryImplements
IRegionServiceCreatePdxInstanceFactory(String)
See Also