Table of Contents

Constructor SlowPollSettings

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

SlowPollSettings(TimeSpan)

Constructor that initializes the PingInterval with validation.

protected SlowPollSettings(TimeSpan pingInterval)

Parameters

pingInterval TimeSpan

The initial ping interval to set.

Exceptions

ArgumentOutOfRangeException

The ping interval is not in the range of [1, 300]s.