Click or drag to resize
AlertConditionsGetNextAlertCondition Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the Next AlertCondition in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public AlertCondition GetNextAlertCondition(
	AlertCondition AlertCondition
)

Parameters

AlertCondition
Type: DataPAEnterpriseDashboardAlertCondition
The current AlertCondition in the collection.

Return Value

Type: AlertCondition
The Next AlertCondition in the collection.
Remarks