Base interface for all distributed objects.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
The IDistributedObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
Destroy | Destroys this object cluster-wide. | |
GetName | Returns the unique name for this IDistributedObject. | |
GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. | |
GetServiceName | Returns the service name for this object. |
Remarks
See Also