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