Tungsten
![]() |
ReaderWriterLockSlimExtensions Class |
Extensions to simplify locking with ReaderWriterLockSlim

Namespace: W.Threading.Lockers
Assembly: Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1

C#
public static class ReaderWriterLockSlimExtensions
The ReaderWriterLockSlimExtensions type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() | InLock(ReaderWriterLockSlim, LockTypeEnum, Action) |
Performs the action in a lock
|
![]() ![]() | InLockTType(ReaderWriterLockSlim, LockTypeEnum, FuncTType) |
Performs the function in a lock
|
![]() ![]() | InLockAsync(ReaderWriterLockSlim, LockTypeEnum, Action) |
Asynchronously performs the action in a lock
|
![]() ![]() | InLockAsyncTType(ReaderWriterLockSlim, LockTypeEnum, FuncTType) |
Asynchronously performs the function in a lock
|
![]() ![]() | Lock |
Enters a read or write lock on the ReaderWriterLockSlim
|
![]() ![]() | Unlock |
Exits a read or write lock on the ReaderWriterLockSlim
|
