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