Akka.Remote.TestKit.MultiNodeSpec.EnterBarrier C# (CSharp) Méthode

EnterBarrier() public méthode

Enter the named barriers in the order given. Use the remaining duration from the innermost enclosing `within` block or the default `BarrierTimeout`
public EnterBarrier ( ) : void
Résultat void
        public void EnterBarrier(params string[] name)
        {
            TestConductor.Enter(RemainingOr(TestConductor.Settings.BarrierTimeout), name.ToImmutableList());
        }