Click or drag to resize
Akka.NETClusterLeaveAsync 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.42 (1.2.3.42)
Syntax
public Task LeaveAsync()

Return Value

Type: Task
A Task that will return upon the current node being removed from the cluster.
See Also