Method | Description | |
---|---|---|
GetDisposableReadLock ( this rwLock ) : IDisposable | ||
GetDisposableUpgradeableReadLock ( this rwLock ) : IDisposable | ||
GetDisposableWriteLock ( this rwLock ) : IDisposable |
public static GetDisposableReadLock ( this rwLock ) : IDisposable | ||
rwLock | this | |
return | IDisposable |
public static GetDisposableUpgradeableReadLock ( this rwLock ) : IDisposable | ||
rwLock | this | |
return | IDisposable |
public static GetDisposableWriteLock ( this rwLock ) : IDisposable | ||
rwLock | this | |
return | IDisposable |