C# Class HitProxy.LockExtensions

Exibir arquivo Open project: hultqvist/HitProxy

Public Methods

Method 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 method

Exit read lock if held.
public static TryExitReadLock ( this rwLock ) : void
rwLock this
return void

TryExitUpgradeableReadLock() public static method

Exit upgradeable lock if held
public static TryExitUpgradeableReadLock ( this rwLock ) : void
rwLock this
return void

TryExitWriteLock() public static method

Exit write lock if held
public static TryExitWriteLock ( this rwLock ) : void
rwLock this
return void