Click or drag to resize
Akka.NETTestConductorEnter 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.42 (1.2.3.42)
Syntax
public void Enter(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Remote.TestKit.TestConductor.Enter(System.String)"]

See Also