Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Invoked when an IMember has left the service.

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

Syntax

C#
public void OnMemberLeft(
	Object sender,
	MemberEventArgs evt
)

Parameters

sender
Type: System..::..Object
IService that raised an event.
evt
Type: Tangosol.Net..::..MemberEventArgs
An event which indicates that membership has changed.

Remarks

Note: this event could be called during the service restart on the local node in which case the listener's code should not attempt to use any clustered cache or service functionality.

See Also