Click or drag to resize
TypeFactoryMethodGeneric Delegate
Signature of function delegates passed to [!:Serializable.RegisterType]. Such functions should return an empty instance of the type they represent. The delegate shall be stored in the internal DelegateWrapper class and an instance will be initialized in the DelegateWrapper.NativeDelegate method by a call to [!:IGFSerializable.FromData].

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public delegate IGFSerializable TypeFactoryMethodGeneric()

Return Value

Type: IGFSerializable
See Also