Click or drag to resize

IPortableContextLookupClassDefinition Method (Int32, Int32, Int32)

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
IClassDefinition LookupClassDefinition(
	int factoryId,
	int classId,
	int version
)

Parameters

factoryId
Type: SystemInt32
classId
Type: SystemInt32
version
Type: SystemInt32

Return Value

Type: IClassDefinition
See Also