Click or drag to resize
Akka.NETClusterDown Method
Sends a command to DOWN the node specified by address. When a member is considered by the failure detector to be unreachable the leader is not allowed to perform its duties, such as changing status of new joining members to Up. The status of the unreachable member must be changed to Down, which can be done with this method.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Down(
	Address address
)

Parameters

address
Type: Akka.ActorAddress
The address of the node we're going to mark as Down
See Also