AsyncDolls.AsyncCountdownEvent.Wait C# (CSharp) 메소드

Wait() 공개 메소드

Synchronously waits for this event to be set. This method may block the calling thread.
public Wait ( ) : void
리턴 void
        public void Wait()
        {
            WaitAsync().Wait();
        }

Same methods

AsyncCountdownEvent::Wait ( CancellationToken cancellationToken ) : void