Click or drag to resize

IPortableContext.LookupClassDefinition Method (Int32, Int32, Int32)

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

Parameters

factoryId
Type: System.Int32
classId
Type: System.Int32
version
Type: System.Int32

Return Value

Type: IClassDefinition
See Also