C# 클래스 Tickster.Extensions.ReaderWriterLockSlimExtensions

파일 보기 프로젝트 열기: tickster/Tickster.Utilities

공개 메소드들

메소드 설명
GetDisposableReadLock ( this rwLock ) : IDisposable
GetDisposableUpgradeableReadLock ( this rwLock ) : IDisposable
GetDisposableWriteLock ( this rwLock ) : IDisposable

메소드 상세

GetDisposableReadLock() 공개 정적인 메소드

public static GetDisposableReadLock ( this rwLock ) : IDisposable
rwLock this
리턴 IDisposable

GetDisposableUpgradeableReadLock() 공개 정적인 메소드

public static GetDisposableUpgradeableReadLock ( this rwLock ) : IDisposable
rwLock this
리턴 IDisposable

GetDisposableWriteLock() 공개 정적인 메소드

public static GetDisposableWriteLock ( this rwLock ) : IDisposable
rwLock this
리턴 IDisposable