C# 클래스 Catel.Threading.AsyncLock.Key

The disposable which releases the lock.
상속: IDisposable
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
Dispose ( ) : void

Release the lock.

Key ( AsyncLock asyncLock ) : System

Creates the key for a lock.

메소드 상세

Dispose() 공개 메소드

Release the lock.
public Dispose ( ) : void
리턴 void

Key() 공개 메소드

Creates the key for a lock.
public Key ( AsyncLock asyncLock ) : System
asyncLock AsyncLock The lock to release. May not be null.
리턴 System