C# Class Supertext.Base.Dal.SqlServer.ConnectionThrottling.ConnectionThrottle

Inheritance: IDisposable
Mostrar archivo Open project: Supertext/Supertext.Base

Public Methods

Method Description
ConnectionThrottle ( SemaphoreSlim semaphoreSlim ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

ConnectionThrottle() public method

public ConnectionThrottle ( SemaphoreSlim semaphoreSlim ) : System
semaphoreSlim SemaphoreSlim
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void