IDistributedObjectListener InterfaceHazelcast .Net Client Class Library
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.6.1.0
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

Reference