Occurs after a node has left the cluster.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public virtual event MemberLeftCallback MemberLeft
Visual Basic
Public Overridable Event MemberLeft As MemberLeftCallback
Visual C++
public:
virtual  event MemberLeftCallback^ MemberLeft {
	void add (MemberLeftCallback^ value);
	void remove (MemberLeftCallback^ value);
}

Remarks

You can use this event to perform the tasks when a node leaves the cluster.

This callback is invoked every time an existing node leaves the cluster.

For more information on how to use this callback see the documentation for MemberLeftCallback.

See Also