Tungsten
ReaderWriterLockSlimExtensions Methods |
The ReaderWriterLockSlimExtensions type exposes the following members.
Methods
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
|
See Also