Cluster-wide unique id generator.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
The IIdGenerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Destroy | Destroys this object cluster-wide.  (Inherited from IDistributedObject.) | |
| GetName | Returns the unique name for this IDistributedObject.  (Inherited from IDistributedObject.) | |
| GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to.  (Inherited from IDistributedObject.) | |
| GetServiceName | Returns the service name for this object.  (Inherited from IDistributedObject.) | |
| Init | Try to initialize this IIdGenerator instance with given id  | |
| NewId | Generates and returns cluster-wide unique id.  | 
Remarks
See Also