ReaderWriterLocker.InLockAsync Method
From Tungsten Suite
Tungsten
|
|
ReaderWriterLockerInLockAsync Method |
| Name | Description | |
|---|---|---|
| InLockAsync(Action) |
Asynchronously performs the action in a read lock
| |
| InLockAsyncTResult(FuncTResult) |
Asynchronously performs the function in a read lock
| |
| InLockAsync(LockTypeEnum, Action) |
Executes an action from within a ReaderWriterLockSlim
| |
| InLockAsyncTValue(LockTypeEnum, FuncTValue) |
Executes a function from within a ReaderWriterLockSlim
|