Click or drag to resize
Akka.NETClusterJoin Method
Try to join this cluster node specified by address. A Join(Address) command is sent to the node to join. An actor system can only join a cluster once. Additional attempts will be ignored. When it has successfully joined it must be restarted to be able to join another cluster or to join the same cluster again.

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

Parameters

address
Type: Akka.ActorAddress
The address of the node we want to join.
See Also