PollingCondition(Int32, Decimal) 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(
	int previousPollsCount,
	decimal requiredPercentage
)

Parameters

previousPollsCount  Int32
The total number of previous polls to analyze.
requiredPercentage  Decimal
The percentage value of previous polls required by the DataDrivenCondition.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionpreviousPollsCount or requiredPercentage is invalid.
See Also