IDistributedObject InterfaceHazelcast .Net Client Class Library
Base interface for all distributed objects.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
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

Reference