DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
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
| C# |
|---|
public void ProcessAlerts( DashboardQuery Query ) |
| Visual Basic |
|---|
Public Sub ProcessAlerts ( Query As DashboardQuery ) |
| Visual C++ |
|---|
public: virtual void ProcessAlerts( DashboardQuery^ Query ) sealed |
Parameters
- Query
- Type: DataPAEnterpriseDashboard..::..DashboardQuery
The query for which dependant object will be checked for alerts