ManagedDashboardProcessAlerts Method (DashboardQuery) |
|
DataPA OpenAnalytics API Reference
Method that checks the conditions against each dashboard alert based on a specific query and raises the Alert event for any that resolve to true
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ProcessAlerts(
DashboardQuery Query
)
Public Sub ProcessAlerts (
Query As DashboardQuery
)
public:
virtual void ProcessAlerts(
DashboardQuery^ Query
) sealed
function ProcessAlerts(Query);
Parameters
- Query
- Type: DataPAEnterpriseDashboardDashboardQuery
The query for which dependant object will be checked for alerts
Remarks See Also