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

Inheritance: IDisposable
Afficher le fichier Open project: Supertext/Supertext.Base

Méthodes publiques

Méthode Description
ConnectionThrottle ( SemaphoreSlim semaphoreSlim ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ConnectionThrottle() public méthode

public ConnectionThrottle ( SemaphoreSlim semaphoreSlim ) : System
semaphoreSlim SemaphoreSlim
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void