ReaderWriterLocker.InLockAsync Method

Tungsten Suite

ReaderWriterLockerInLockAsync Method

Overload List
  NameDescription
Public methodInLockAsync(Action)
Asynchronously performs the action in a read lock
Public methodInLockAsyncTResult(FuncTResult)
Asynchronously performs the function in a read lock
Public methodInLockAsync(LockTypeEnum, Action)
Executes an action from within a ReaderWriterLockSlim
Public methodInLockAsyncTValue(LockTypeEnum, FuncTValue)
Executes a function from within a ReaderWriterLockSlim
Top
See Also