SemaphoreSlimExtensions Methods

Tungsten Suite

SemaphoreSlimExtensions Methods

Methods
  NameDescription
Public methodStatic memberInLock(SemaphoreSlim, Action)
Performs the action in a lock
Public methodStatic memberInLockTType(SemaphoreSlim, FuncTType)
Performs the action in a lock
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