C# Class NServiceBus.SLAMonitoringConfig

Provide configuration options for monitoring related settings.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
EnableSLAPerformanceCounter ( this config ) : void

Enables the NServiceBus specific performance counters with a specific EndpointSLA.

EnableSLAPerformanceCounter ( this config, System.TimeSpan sla ) : void

Enables the NServiceBus specific performance counters with a specific EndpointSLA.

Method Details

EnableSLAPerformanceCounter() public static method

Enables the NServiceBus specific performance counters with a specific EndpointSLA.
public static EnableSLAPerformanceCounter ( this config ) : void
config this The instance to apply the settings to.
return void

EnableSLAPerformanceCounter() public static method

Enables the NServiceBus specific performance counters with a specific EndpointSLA.
public static EnableSLAPerformanceCounter ( this config, System.TimeSpan sla ) : void
config this The instance to apply the settings to.
sla System.TimeSpan The to use oa the SLA. Must be greater than .
return void