Polling |
The PollingCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| PollingCondition(Int32, Decimal) | Initializes a new instance of the PollingCondition class. | |
| PollingCondition(Int32, Int32) | Initializes a new instance of the PollingCondition class. | |
| PollingCondition(TimeSpan, Decimal) | Initializes a new instance of the PollingCondition class. | |
| PollingCondition(TimeSpan, Int32) | Initializes a new instance of the PollingCondition class. |
| Name | Description | |
|---|---|---|
| PreviousPollsCount | Gets the total number of previous polls to analyze. | |
| PreviousPollsInterval | Gets the previous polls to analyze, by taking only those sampled in the specified time interval. | |
| RequiredNumber | Gets the number of previous polls required by the DataDrivenCondition. | |
| RequiredPercentage | Gets the percentage of previous polls required by the DataDrivenCondition. |