  | SerializationConfigAddPortableFactoryClass Method (Int32, Type) | 
  
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic virtual SerializationConfig AddPortableFactoryClass(
	int factoryId,
	Type portableFactoryClass
)
Public Overridable Function AddPortableFactoryClass ( 
	factoryId As Integer,
	portableFactoryClass As Type
) As SerializationConfig
public:
virtual SerializationConfig^ AddPortableFactoryClass(
	int factoryId, 
	Type^ portableFactoryClass
)
abstract AddPortableFactoryClass : 
        factoryId : int * 
        portableFactoryClass : Type -> SerializationConfig 
override AddPortableFactoryClass : 
        factoryId : int * 
        portableFactoryClass : Type -> SerializationConfig Parameters
- factoryId
 - Type: SystemInt32
factory ID of IPortableFactory to be registered - portableFactoryClass
 - Type: SystemType
Type of the factory 
Return Value
Type: 
SerializationConfigconfigured 
SerializationConfig for chaining
See Also