Click or drag to resize

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
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