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

Inheritance: IDisposable
Mostra file Open project: wongatech/HealthMonitoring

Public Methods

Method Description
Dispose ( ) : void
ThrottledContext ( SemaphoreSlim semaphore ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ThrottledContext() public method

public ThrottledContext ( SemaphoreSlim semaphore ) : System
semaphore System.Threading.SemaphoreSlim
return System