C# 클래스 ServiceControl.Plugin.CustomChecks.Internal.TimerBasedPeriodicCheck

상속: IDisposable
파일 보기 프로젝트 열기: Particular/ServiceControl.Plugin.Nsb5.CustomChecks

공개 메소드들

메소드 설명
Dispose ( ) : void
ReportToBackend ( CheckResult result, string customCheckId, string category, System.TimeSpan ttr ) : void
Run ( object state ) : void
TimerBasedPeriodicCheck ( IPeriodicCheck periodicCheck, ISendMessages messageSender, Configure configure, UnicastBus unicastBus, CriticalError criticalError ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ReportToBackend() 공개 메소드

public ReportToBackend ( CheckResult result, string customCheckId, string category, System.TimeSpan ttr ) : void
result CheckResult
customCheckId string
category string
ttr System.TimeSpan
리턴 void

Run() 공개 메소드

public Run ( object state ) : void
state object
리턴 void

TimerBasedPeriodicCheck() 공개 메소드

public TimerBasedPeriodicCheck ( IPeriodicCheck periodicCheck, ISendMessages messageSender, Configure configure, UnicastBus unicastBus, CriticalError criticalError ) : System
periodicCheck IPeriodicCheck
messageSender ISendMessages
configure Configure
unicastBus UnicastBus
criticalError NServiceBus.CriticalError
리턴 System