| ClusterLeaveAsync Method |
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.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax member LeaveAsync : unit -> Task
Return Value
Type:
TaskA
Task that will return upon the current node being removed from the cluster.
See Also