C# 클래스 WinRTXamlToolkit.Async.AsyncLock.Releaser

Disposable Releaser to make it easy to use the AsyncLock in a scoped manner with a using block.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

비공개 메소드들

메소드 설명
Releaser ( AsyncLock toRelease ) : System

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void