Constructor SemaphoreSlimRequest
SemaphoreSlimRequest(SemaphoreSlim, CancellationToken)
Initializes a new instance of the SemaphoreSlimRequest class.
public SemaphoreSlimRequest(SemaphoreSlim semaphore, CancellationToken cancellationToken)Parameters
- semaphoreSemaphoreSlim
- The semaphore. 
- cancellationTokenCancellationToken
- The cancellation token.