C# Class HitProxy.LockExtensions

Afficher le fichier Open project: hultqvist/HitProxy

Méthodes publiques

Méthode Description
TryExitReadLock ( this rwLock ) : void

Exit read lock if held.

TryExitUpgradeableReadLock ( this rwLock ) : void

Exit upgradeable lock if held

TryExitWriteLock ( this rwLock ) : void

Exit write lock if held

Method Details

TryExitReadLock() public static méthode

Exit read lock if held.
public static TryExitReadLock ( this rwLock ) : void
rwLock this
Résultat void

TryExitUpgradeableReadLock() public static méthode

Exit upgradeable lock if held
public static TryExitUpgradeableReadLock ( this rwLock ) : void
rwLock this
Résultat void

TryExitWriteLock() public static méthode

Exit write lock if held
public static TryExitWriteLock ( this rwLock ) : void
rwLock this
Résultat void