PollingCondition Constructor (Int32, Decimal) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public PollingCondition(
int previousPollsCount,
decimal requiredPercentage
)
Public Sub New (
previousPollsCount As Integer,
requiredPercentage As Decimal
)
public:
PollingCondition(
int previousPollsCount,
Decimal requiredPercentage
)
new :
previousPollsCount : int *
requiredPercentage : decimal -> PollingCondition
Parameters
- previousPollsCount
- Type: SystemInt32
The total number of previous polls to analyze. - requiredPercentage
- Type: SystemDecimal
The percentage value of previous polls required by the DataDrivenCondition.
Exceptions See Also