IAlertDataCollector::get_AlertThresholds method (pla.h)

Retrieves or sets a list of performance counters and thresholds to monitor.

This property is read/write.

Syntax

HRESULT get_AlertThresholds(
  SAFEARRAY **alerts
);

Parameters

alerts

Return value

None

Remarks

You must specify at least one alert threshold. If the counter value crosses the specified threshold value, PLA performs one or more of the following actions:

If you use XML to define the alert, you must use "&gt;" for the greater than sign (>) and "&lt;" for the less than sign (<).

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IAlertDataCollector