PollingCondition Class

Class that models a condition that refers to previous polling values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.NotificationsPollingCondition

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class PollingCondition

The PollingCondition type exposes the following members.

Constructors
  NameDescription
Public methodPollingCondition(Int32, Decimal)
Initializes a new instance of the PollingCondition class.
Public methodPollingCondition(Int32, Int32)
Initializes a new instance of the PollingCondition class.
Public methodPollingCondition(TimeSpan, Decimal)
Initializes a new instance of the PollingCondition class.
Public methodPollingCondition(TimeSpan, Int32)
Initializes a new instance of the PollingCondition class.
Top
Properties
  NameDescription
Public propertyPreviousPollsCount
Gets the total number of previous polls to analyze.
Public propertyPreviousPollsInterval
Gets the previous polls to analyze, by taking only those sampled in the specified time interval.
Public propertyRequiredNumber
Gets the number of previous polls required by the DataDrivenCondition.
Public propertyRequiredPercentage
Gets the percentage of previous polls required by the DataDrivenCondition.
Top
See Also