| TestConductorEnter Method (String) |
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(
string name
)
member Enter :
name : string -> unit
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Akka.Remote.TestKit.TestConductor.Enter(System.String)"]
See Also