| MultiNodeClusterSpecAwaitClusterUp 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
)
member AwaitClusterUp :
roles : RoleName[] -> unit
Parameters
- roles
- Type: Akka.Remote.TestKitRoleName
[Missing <param name="roles"/> documentation for "M:Akka.Cluster.TestKit.MultiNodeClusterSpec.AwaitClusterUp(Akka.Remote.TestKit.RoleName[])"]
See Also