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 | 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
DestroyAsync() | Destroys this distributed object. |