C# Class Tickster.Extensions.ReaderWriterLockSlimExtensions

Mostra file Open project: tickster/Tickster.Utilities

Public Methods

Method Description
GetDisposableReadLock ( this rwLock ) : IDisposable
GetDisposableUpgradeableReadLock ( this rwLock ) : IDisposable
GetDisposableWriteLock ( this rwLock ) : IDisposable

Method Details

GetDisposableReadLock() public static method

public static GetDisposableReadLock ( this rwLock ) : IDisposable
rwLock this
return IDisposable

GetDisposableUpgradeableReadLock() public static method

public static GetDisposableUpgradeableReadLock ( this rwLock ) : IDisposable
rwLock this
return IDisposable

GetDisposableWriteLock() public static method

public static GetDisposableWriteLock ( this rwLock ) : IDisposable
rwLock this
return IDisposable