PollingCondition Constructor (TimeSpan, Decimal)

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 (24.2.0.1000)
Syntax
public PollingCondition(
	TimeSpan previousPollsInterval,
	decimal requiredPercentage
)

Parameters

previousPollsInterval
Type: SystemTimeSpan
The time interval for all the previous polls to analyze.
requiredPercentage
Type: SystemDecimal
The percentage of previous polls required by the DataDrivenCondition.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionpreviousPollsInterval or requiredPercentage is invalid.
See Also