Click or drag to resize
Akka.NETMultiNodeClusterSpec.AwaitClusterUp Method
Initialize the cluster of the specified member nodes (roles) and wait until all joined and Up. First node will be started first and others will join the first.

Namespace:  Akka.Cluster.TestKit
Assembly:  Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void AwaitClusterUp(
	params RoleName[] roles
)

Parameters

roles
Type:Akka.Remote.TestKit.RoleName[]

[Missing <param name="roles"/> documentation for "M:Akka.Cluster.TestKit.MultiNodeClusterSpec.AwaitClusterUp(Akka.Remote.TestKit.RoleName[])"]

See Also