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

Inheritance: IHealthMonitorTypeRegistry
Afficher le fichier Open project: wongatech/HealthMonitoring Class Usage Examples

Méthodes publiques

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

Method Details

GetMonitorTypes() public méthode

public GetMonitorTypes ( ) : IEnumerable
Résultat IEnumerable

HealthMonitorTypeRegistry() public méthode

public HealthMonitorTypeRegistry ( IHealthMonitorTypeRepository repository ) : System.Collections.Concurrent
repository IHealthMonitorTypeRepository
Résultat System.Collections.Concurrent

RegisterMonitorType() public méthode

public RegisterMonitorType ( string monitorType ) : void
monitorType string
Résultat void