C# 클래스 HitProxy.LockExtensions

파일 보기 프로젝트 열기: hultqvist/HitProxy

공개 메소드들

메소드 설명
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

메소드 상세

TryExitReadLock() 공개 정적인 메소드

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

TryExitUpgradeableReadLock() 공개 정적인 메소드

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

TryExitWriteLock() 공개 정적인 메소드

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