Event MemberJoined
Occurs after a new node has joined the cluster.
Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web.dll
Syntax
public virtual event MemberJoinedCallback MemberJoined
Returns
Type | Description |
---|---|
MemberJoinedCallback |
Remarks
You can use this event to perform the tasks when a new node joins the cluster.
This callback is invoked every time a node joins the cluster. As part of the callback you receive the port at which the new node accepts the remote client connections.
For more information on how to use this callback see the documentation for MemberJoinedCallback.