NZBDash.Services.HardwareMonitor.Interfaces.Configuration.Configuration C# (CSharp) Method

Configuration() public method

public Configuration ( IIntervals intervals, IThresholds thresholds, INotifications notifications )
intervals IIntervals
thresholds IThresholds
notifications INotifications
        public Configuration(IIntervals intervals, IThresholds thresholds, INotifications notifications)
        {
            Intervals = intervals;
            Thresholds = thresholds;
            Notifications = notifications;
        }
Configuration