| IIdentifiedDataSerializableGetId Method |
Returns type identifier for this class.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function GetId As Integer
abstract GetId : unit -> int
Return Value
Type:
Int32type id
Remarks Returns type identifier for this class. Id should be unique per DataSerializableFactory.
See Also