Click or drag to resize

IDistributedObjectListener Interface

IDistributedObjectListener allows to get notified when a IDistributedObject is created or destroyed cluster-wide.

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

The IDistributedObjectListener type exposes the following members.

Methods
  NameDescription
Public methodDistributedObjectCreated
Invoked when a IDistributedObject is created.
Public methodDistributedObjectDestroyed
Invoked when a IDistributedObject is destroyed.
Top
See Also