AlertConditionsGetNextAlertCondition Method |
|
DataPA OpenAnalytics API Reference
Gets the Next AlertCondition in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public AlertCondition GetNextAlertCondition(
AlertCondition AlertCondition
)
Public Function GetNextAlertCondition (
AlertCondition As AlertCondition
) As AlertCondition
public:
virtual AlertCondition^ GetNextAlertCondition(
AlertCondition^ AlertCondition
) sealed
function GetNextAlertCondition(AlertCondition);
Parameters
- AlertCondition
- Type: DataPAEnterpriseDashboardAlertCondition
The current AlertCondition in the collection.
Return Value
Type:
AlertConditionThe Next AlertCondition in the collection.
Remarks See Also