Namespace: Hazelcast.IO.SerializationAssembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
IClassDefinition Lookup(
int factoryId,
int classId,
int version
)
Function Lookup (
factoryId As Integer,
classId As Integer,
version As Integer
) As IClassDefinition
IClassDefinition^ Lookup(
int factoryId,
int classId,
int version
)
abstract Lookup :
factoryId : int *
classId : int *
version : int -> IClassDefinition
Parameters
- factoryId
- Type: SystemInt32
- classId
- Type: SystemInt32
- version
- Type: SystemInt32
Return Value
Type:
IClassDefinition
Reference