| MultiNodeSpecEnterBarrier 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.129 (1.2.3.129)
Syntax public void EnterBarrier(
params string[] name
)
member EnterBarrier :
name : string[] -> unit
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Akka.Remote.TestKit.MultiNodeSpec.EnterBarrier(System.String[])"]
See Also