C# 클래스 HealthMonitoring.Management.Core.Registers.HealthMonitorTypeRegistry

상속: IHealthMonitorTypeRegistry
파일 보기 프로젝트 열기: wongatech/HealthMonitoring 1 사용 예제들

공개 메소드들

메소드 설명
GetMonitorTypes ( ) : IEnumerable
HealthMonitorTypeRegistry ( IHealthMonitorTypeRepository repository ) : System.Collections.Concurrent
RegisterMonitorType ( string monitorType ) : void

메소드 상세

GetMonitorTypes() 공개 메소드

public GetMonitorTypes ( ) : IEnumerable
리턴 IEnumerable

HealthMonitorTypeRegistry() 공개 메소드

public HealthMonitorTypeRegistry ( IHealthMonitorTypeRepository repository ) : System.Collections.Concurrent
repository IHealthMonitorTypeRepository
리턴 System.Collections.Concurrent

RegisterMonitorType() 공개 메소드

public RegisterMonitorType ( string monitorType ) : void
monitorType string
리턴 void