C# Class MassTransit.PerformanceCounterExtensions

Show file Open project: MassTransit/MassTransit

Public Methods

Method Description
EnableStatsdPerformanceCounters ( this configurator, Action action ) : void
EnableWindowsPerformanceCounters ( this configurator ) : void

Private Methods

Method Description
EnablePerformanceCounters ( this configurator ) : void
EnabledPerformanceCounters ( this configurator ) : void

Method Details

EnableStatsdPerformanceCounters() public static method

public static EnableStatsdPerformanceCounters ( this configurator, Action action ) : void
configurator this
action Action
return void

EnableWindowsPerformanceCounters() public static method

public static EnableWindowsPerformanceCounters ( this configurator ) : void
configurator this
return void