Constructor DurationBasedSlowPollSettings
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
DurationBasedSlowPollSettings(TimeSpan, TimeSpan)
Initializes a new instance of the DurationBasedSlowPollSettings.
public DurationBasedSlowPollSettings(TimeSpan pingInterval, TimeSpan duration)
Parameters
pingIntervalTimeSpanThe ping interval to be validated and set.
durationTimeSpanThe duration to be validated and set.
Remarks
Fractional seconds specified in pingInterval are ignored. For example, setting the ping interval to a value of 3.5s results in setting it to 3s.
Exceptions
- ArgumentOutOfRangeException
pingIntervalordurationis not in the range of [1,300]s.