C# Class HealthMonitoring.Monitors.Core.Samplers.ThrottlingSampler.ThrottledContext

Inheritance: IDisposable
Afficher le fichier Open project: wongatech/HealthMonitoring

Méthodes publiques

Méthode Description
Dispose ( ) : void
ThrottledContext ( SemaphoreSlim semaphore ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ThrottledContext() public méthode

public ThrottledContext ( SemaphoreSlim semaphore ) : System
semaphore System.Threading.SemaphoreSlim
Résultat System