Enters an upgradeable read lock and returns a disposable object that, when disposed, will exit the lock.
public static IDisposable AcquireUpgradeableReadLock(this ReaderWriterLockSlim theLock)
parameter | description |
---|---|
theLock | The lock on which the upgradeable read lock should be entered. |
A disposable object that, when disposed, will exit the lock.