C# Class Bayeux.Internal.SemaphoreScope

Inheritance: IDisposable
Show file Open project: patriksvensson/bayeux

Public Methods

Method Description
Dispose ( ) : void
SemaphoreScope ( SemaphoreSlim semaphore ) : System
SemaphoreScope ( SemaphoreSlim semaphore, CancellationToken token ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SemaphoreScope() public method

public SemaphoreScope ( SemaphoreSlim semaphore ) : System
semaphore SemaphoreSlim
return System

SemaphoreScope() public method

public SemaphoreScope ( SemaphoreSlim semaphore, CancellationToken token ) : System
semaphore SemaphoreSlim
token CancellationToken
return System