| TestConductorEnter 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.129 (1.2.3.129)
Syntax public void Enter(
TimeSpan timeout,
ImmutableList<string> names
)
member Enter :
timeout : TimeSpan *
names : ImmutableList<string> -> unit
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