PollingCondition(TimeSpan, Int32) Constructor

Initializes a new instance of the PollingCondition class.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public PollingCondition(
	TimeSpan previousPollsInterval,
	int requiredPolls
)

Parameters

previousPollsInterval  TimeSpan
The time interval for all the previous polls to analyze.
requiredPolls  Int32
The number of previous polls required by the DataDrivenCondition.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionpreviousPollsInterval or requiredPolls is invalid.
See Also