C# Класс NServiceBus.SLAMonitoringConfig

Provide configuration options for monitoring related settings.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

EnableSLAPerformanceCounter() публичный статический Метод

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.
Результат void

EnableSLAPerformanceCounter() публичный статический Метод

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 .
Результат void