Delegate ClusterChangedEventHandler
Represents handler of the event occurred when the member is added or remove to/from the cluster.
Namespace: DotNext.Net.Cluster
Assembly: DotNext.Net.Cluster.dll
Syntax
public delegate void ClusterChangedEventHandler(ICluster cluster, IClusterMember member);
Parameters
| Type | Name | Description |
|---|---|---|
| ICluster | cluster | The cluster of nodes. |
| IClusterMember | member | The member that is added or removed. |