| ClusterJoin 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.129 (1.2.3.129)
Syntax public void Join(
Address address
)
member Join :
address : Address -> unit
Parameters
- address
- Type: Akka.ActorAddress
The address of the node we want to join.
See Also