AsyncDolls.AsyncCountdownEvent.Wait C# (CSharp) Méthode

Wait() public méthode

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

Same methods

AsyncCountdownEvent::Wait ( CancellationToken cancellationToken ) : void