  | IPortableFactoryCreate Method  | 
 Creates a Portable instance using given class id
 
    Namespace: 
   Hazelcast.IO.Serialization
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxIPortable Create(
	int classId
)
Function Create ( 
	classId As Integer
) As IPortable
IPortable^ Create(
	int classId
)
abstract Create : 
        classId : int -> IPortable 
Parameters
- classId
 - Type: SystemInt32
portable class id 
Return Value
Type: 
IPortableportable instance or null if class id is not known by this factory
See Also