Click or drag to resize
Akka.NETClusterJoinSeedNodes 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.42 (1.2.3.42)
Syntax
public void JoinSeedNodes(
	IEnumerable<Address> seedNodes
)

Parameters

seedNodes
Type: System.Collections.GenericIEnumerableAddress
TBD
See Also