IDistributedObjectListener allows to get notified when a
IDistributedObject
is created or destroyed cluster-wide.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
The IDistributedObjectListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DistributedObjectCreated | Invoked when a IDistributedObject is created. |
![]() | DistributedObjectDestroyed | Invoked when a IDistributedObject is destroyed. |
See Also