Click or drag to resize
Akka.NETMultiNodeSpecEnterBarrier Method
Enter the named barriers in the order given. Use the remaining duration from the innermost enclosing `within` block or the default `BarrierTimeout`

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 EnterBarrier(
	params string[] name
)

Parameters

name
Type: SystemString

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

See Also