Click or drag to resize
Akka.NETTestConductorEnter Method (TimeSpan, ImmutableList`1String)
Enter the named barriers, one after the other, in the order given. Will throw an exception in case of timeouts or other errors.

Namespace:  Akka.Remote.TestKit
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Enter(
	TimeSpan timeout,
	ImmutableList<string> names
)

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:Akka.Remote.TestKit.TestConductor.Enter(System.TimeSpan,System.Collections.Immutable.ImmutableList{System.String})"]

names
Type: ImmutableListString

[Missing <param name="names"/> documentation for "M:Akka.Remote.TestKit.TestConductor.Enter(System.TimeSpan,System.Collections.Immutable.ImmutableList{System.String})"]

See Also