IDistributedObject Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Defines the base contract for all Hazelcast distributed objects.
public interface IDistributedObject : IAsyncDisposable
  Inherited Members
Properties
| Name | Description | 
|---|---|
| Name | Gets the unique name of the object.  | 
      
| PartitionKey | Gets the partition key of this object.  | 
      
| ServiceName | Gets the name of the service managing this object.  | 
      
Methods
| Name | Description | 
|---|---|
| DestroyAsync() | Destroys this distributed object.  |