Sharpen.CyclicBarrier.Await C# (CSharp) Method

Await() public method

public Await ( ) : void
return void
		public void Await ()
		{
			this.counter.CountDown ();
			this.counter.Await ();
		}
	}