| IPortableContextSetClassVersion Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void SetClassVersion(
int factoryId,
int classId,
int version
)
Sub SetClassVersion (
factoryId As Integer,
classId As Integer,
version As Integer
)
void SetClassVersion(
int factoryId,
int classId,
int version
)
abstract SetClassVersion :
factoryId : int *
classId : int *
version : int -> unit
Parameters
- factoryId
- Type: SystemInt32
- classId
- Type: SystemInt32
- version
- Type: SystemInt32
See Also