ClusterLeaveAsync Method |
Name | Description | |
---|---|---|
LeaveAsync |
Causes the CURRENT node, i.e. the one calling this function, to leave the cluster.
Once the returned Task completes, it means that the member has successfully been removed
from the cluster.
| |
LeaveAsync(CancellationToken) |
Causes the CURRENT node, i.e. the one calling this function, to leave the cluster.
Once the returned Task completes in completed or cancelled state, it means that the member has successfully been removed
from the cluster or cancellation token cancelled the task.
|