| IPortableContextGetClassVersion Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax int GetClassVersion(
int factoryId,
int classId
)
Function GetClassVersion (
factoryId As Integer,
classId As Integer
) As Integer
int GetClassVersion(
int factoryId,
int classId
)
abstract GetClassVersion :
factoryId : int *
classId : int -> int
Parameters
- factoryId
- Type: SystemInt32
- classId
- Type: SystemInt32
Return Value
Type:
Int32See Also