Akka.Remote.TestKit.MultiNodeSpec.EnterBarrier C# (CSharp) 메소드

EnterBarrier() 공개 메소드

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
리턴 void
        public void EnterBarrier(params string[] name)
        {
            TestConductor.Enter(RemainingOr(TestConductor.Settings.BarrierTimeout), name.ToImmutableList());
        }