SemaphoreSlimExtensions.InLockAsync Method

Tungsten Suite

SemaphoreSlimExtensionsInLockAsync Method

Overload List
  NameDescription
Public methodStatic memberInLockAsync(SemaphoreSlim, Action)
Asynchronously performs the action in a lock
Public methodStatic memberInLockAsyncTType(SemaphoreSlim, FuncTType)
Asynchronously performs the function in a lock
Top
See Also