C# Class HealthMonitoring.Management.Core.Registers.HealthMonitorTypeRegistry

Inheritance: IHealthMonitorTypeRegistry
ファイルを表示 Open project: wongatech/HealthMonitoring Class Usage Examples

Public Methods

Method Description
GetMonitorTypes ( ) : IEnumerable
HealthMonitorTypeRegistry ( IHealthMonitorTypeRepository repository ) : System.Collections.Concurrent
RegisterMonitorType ( string monitorType ) : void

Method Details

GetMonitorTypes() public method

public GetMonitorTypes ( ) : IEnumerable
return IEnumerable

HealthMonitorTypeRegistry() public method

public HealthMonitorTypeRegistry ( IHealthMonitorTypeRepository repository ) : System.Collections.Concurrent
repository IHealthMonitorTypeRepository
return System.Collections.Concurrent

RegisterMonitorType() public method

public RegisterMonitorType ( string monitorType ) : void
monitorType string
return void