C# 클래스 WinRTXamlToolkit.Async.AsyncManualResetEvent

Notifies one or more waiting awaiters that an event has occurred
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
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