Click or drag to resize

IDistributedObject Interface

Base interface for all distributed objects.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public interface IDistributedObject

The IDistributedObject type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Destroys this object cluster-wide.
Public methodGetName
Returns the unique name for this IDistributedObject.
Public methodGetPartitionKey
Returns the key of partition this IDistributedObject is assigned to.
Public methodGetServiceName
Returns the service name for this object.
Top
Remarks
Base interface for all distributed objects.
See Also