ReaderWriterLocker.Unlock Method

Tungsten Suite

ReaderWriterLockerUnlock 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
Syntax
C#
public void Unlock(
	LockTypeEnum lockType
)

Parameters

lockType
Type: W.Threading.LockersLockTypeEnum
The type of lock to exit
See Also