C# Class Catel.Threading.AsyncLock.Key

The disposable which releases the lock.
Inheritance: IDisposable
Show file Open project: Catel/Catel

Public Methods

Method Description
Dispose ( ) : void

Release the lock.

Key ( AsyncLock asyncLock ) : System

Creates the key for a lock.

Method Details

Dispose() public method

Release the lock.
public Dispose ( ) : void
return void

Key() public method

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