Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Invoked when an IMember has joined the service.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.1.3.0 (12.1.3.0)

Syntax

C#
event MemberEventHandler MemberJoined

Remarks

Note: this event could be called during the service restart on in which case the event handler should not attempt to use any cache or service functionality.

The most critical situation arises when a number of threads are waiting for a local service restart, being blocked by a IService object synchronization monitor. Since the Joined event should be fired only once, it is called on a client thread while holding a synchronization monitor. An attempt to use other service functionality during this local event notification may result in a deadlock.

See Also