Event MemberLeft
Occurs after a node has left the cluster.
Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web.dll
Syntax
public virtual event MemberLeftCallback MemberLeft
Returns
Type | Description |
---|---|
MemberLeftCallback |
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.