Click or drag to resize
Akka.NETClusterLeaveAsync Method
Overload List
  NameDescription
Public methodLeaveAsync
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.
Public methodLeaveAsync(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.
Top
See Also