PollingCondition Constructor (Int32, Int32)

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(
	int previousPollsCount,
	int requiredPolls
)

Parameters

previousPollsCount
Type: SystemInt32
The total number of previous polls to analyze.
requiredPolls
Type: SystemInt32
The number of previous polls required by the DataDrivenCondition.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionpreviousPollsCount or requiredPolls is invalid.
See Also