C# 클래스 NServiceBus.SLAMonitoringConfig

Provide configuration options for monitoring related settings.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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