C# Класс WinRTXamlToolkit.Async.AsyncManualResetEvent

Notifies one or more waiting awaiters that an event has occurred
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Reset() публичный Метод

Sets the state of the event to nonsignaled, causing awaiters to block.
public Reset ( ) : void
Результат void

Set() публичный Метод

Sets the state of the event to signaled, allowing one or more waiting awaiters to proceed.
public Set ( ) : void
Результат void

WaitAsync() публичный Метод

Waits the async.
public WaitAsync ( ) : Task
Результат Task