C# Class Catel.Threading.AsyncLock.Key

The disposable which releases the lock.
Inheritance: IDisposable
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
Dispose ( ) : void

Release the lock.

Key ( AsyncLock asyncLock ) : System

Creates the key for a lock.

Method Details

Dispose() public méthode

Release the lock.
public Dispose ( ) : void
Résultat void

Key() public méthode

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