C# Class WinRTXamlToolkit.Async.AsyncManualResetEvent

Notifies one or more waiting awaiters that an event has occurred
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
Reset ( ) : void

Sets the state of the event to nonsignaled, causing awaiters to block.

Set ( ) : void

Sets the state of the event to signaled, allowing one or more waiting awaiters to proceed.

WaitAsync ( ) : Task

Waits the async.

Method Details

Reset() public méthode

Sets the state of the event to nonsignaled, causing awaiters to block.
public Reset ( ) : void
Résultat void

Set() public méthode

Sets the state of the event to signaled, allowing one or more waiting awaiters to proceed.
public Set ( ) : void
Résultat void

WaitAsync() public méthode

Waits the async.
public WaitAsync ( ) : Task
Résultat Task