Click or drag to resize
Akka.NETCluster.JoinSeedNodes Method
Joins the specified seed nodes without defining them in config. Especially useful from tests when Addresses are unknown before startup time. 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 JoinSeedNodes(
	IEnumerable<Address> seedNodes
)

Parameters

seedNodes
Type: System.Collections.Generic.IEnumerable<Address>
TBD
See Also