IPortableFactoryCreate Method Hazelcast .Net Client Class Library
Creates a Portable instance using given class id

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

IPortable Create(
	int classId
)

Parameters

classId
Type: SystemInt32
portable class id

Return Value

Type: IPortable
portable instance or null if class id is not known by this factory
See Also

Reference