ReaderWriterLockSlimExtensions.Unlock Method
From Tungsten Suite
Tungsten
|
|
ReaderWriterLockSlimExtensionsUnlock Method |
Exits a read or write lock on the ReaderWriterLockSlim
Namespace: W.Threading.Lockers
Assembly: Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
C#
public static void Unlock( this ReaderWriterLockSlim this, LockTypeEnum lockType )
Parameters
- this
- Type: System.ThreadingReaderWriterLockSlim
The object to provide resource locking - lockType
- Type: W.Threading.LockersLockTypeEnum
The type of lock to exit