Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Invoked when an IMember has left the service.

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

Syntax

C#
event MemberEventHandler MemberLeft

Remarks

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

See Also