Click or drag to resize
Akka.NETMultiNodeClusterSpecAwaitMembersUp Method

[Missing <summary> documentation for "M:Akka.Cluster.TestKit.MultiNodeClusterSpec.AwaitMembersUp(System.Int32,System.Collections.Immutable.ImmutableHashSet{Akka.Actor.Address},System.Nullable{System.TimeSpan})"]

Namespace:  Akka.Cluster.TestKit
Assembly:  Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void AwaitMembersUp(
	int numbersOfMembers,
	ImmutableHashSet<Address> canNotBePartOfMemberRing = null,
	Nullable<TimeSpan> timeout = null
)

Parameters

numbersOfMembers
Type: SystemInt32

[Missing <param name="numbersOfMembers"/> documentation for "M:Akka.Cluster.TestKit.MultiNodeClusterSpec.AwaitMembersUp(System.Int32,System.Collections.Immutable.ImmutableHashSet{Akka.Actor.Address},System.Nullable{System.TimeSpan})"]

canNotBePartOfMemberRing (Optional)
Type: ImmutableHashSetAddress

[Missing <param name="canNotBePartOfMemberRing"/> documentation for "M:Akka.Cluster.TestKit.MultiNodeClusterSpec.AwaitMembersUp(System.Int32,System.Collections.Immutable.ImmutableHashSet{Akka.Actor.Address},System.Nullable{System.TimeSpan})"]

timeout (Optional)
Type: SystemNullableTimeSpan

[Missing <param name="timeout"/> documentation for "M:Akka.Cluster.TestKit.MultiNodeClusterSpec.AwaitMembersUp(System.Int32,System.Collections.Immutable.ImmutableHashSet{Akka.Actor.Address},System.Nullable{System.TimeSpan})"]

See Also