Skip to content

Latest commit

 

History

History
96 lines (84 loc) · 3.92 KB

nf-pla-ialertdatacollector-put_taskusertextarguments.md

File metadata and controls

96 lines (84 loc) · 3.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:pla.IAlertDataCollector.put_TaskUserTextArguments
IAlertDataCollector::put_TaskUserTextArguments (pla.h)
Retrieves or sets the command-line arguments to pass to the Task Scheduler job specified in the IAlertDataCollector::Task property. (IAlertDataCollector.put_TaskUserTextArguments)
IAlertDataCollector interface [PLA]
TaskUserTextArguments property
IAlertDataCollector.TaskUserTextArguments
IAlertDataCollector.put_TaskUserTextArguments
IAlertDataCollector::TaskUserTextArguments
IAlertDataCollector::get_TaskUserTextArguments
IAlertDataCollector::put_TaskUserTextArguments
TaskUserTextArguments property [PLA]
TaskUserTextArguments property [PLA]
IAlertDataCollector interface
pla.ialertdatacollector_taskusertextarguments
pla/IAlertDataCollector::TaskUserTextArguments
pla/IAlertDataCollector::get_TaskUserTextArguments
pla/IAlertDataCollector::put_TaskUserTextArguments
put_TaskUserTextArguments
pla\ialertdatacollector_taskusertextarguments.htm
PLA
d432652a-3dea-43f0-a698-bb7ccb1cb79a
12/05/2018
IAlertDataCollector interface [PLA],TaskUserTextArguments property, IAlertDataCollector.TaskUserTextArguments, IAlertDataCollector.put_TaskUserTextArguments, IAlertDataCollector::TaskUserTextArguments, IAlertDataCollector::get_TaskUserTextArguments, IAlertDataCollector::put_TaskUserTextArguments, TaskUserTextArguments property [PLA], TaskUserTextArguments property [PLA],IAlertDataCollector interface, pla.ialertdatacollector_taskusertextarguments, pla/IAlertDataCollector::TaskUserTextArguments, pla/IAlertDataCollector::get_TaskUserTextArguments, pla/IAlertDataCollector::put_TaskUserTextArguments, put_TaskUserTextArguments
pla.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Pla.dll
Windows
19H1
IAlertDataCollector::put_TaskUserTextArguments
pla/IAlertDataCollector::put_TaskUserTextArguments
c++
APIRef
kbSyntax
COM
Pla.dll
IAlertDataCollector.TaskUserTextArguments
IAlertDataCollector.get_TaskUserTextArguments
IAlertDataCollector.put_TaskUserTextArguments

IAlertDataCollector::put_TaskUserTextArguments

-description

Retrieves or sets the command-line arguments to pass to the Task Scheduler job specified in the IAlertDataCollector::Task property.

This property is read/write.

-parameters

-remarks

These arguments are included in the command-line arguments passed to the Task Scheduler job only if the IAlertDataCollector::TaskArguments property includes the {usertext} substitution variable.

PLA provides the following substitution variables that you can include in your arguments string. PLA provides the values for the substitution variables when the alert is triggered. You do not escape the braces.

Variable Description
{counter} Path of the performance counter that crossed the threshold.
{date} Time that the threshold was crossed.
{name} Name of the alert data collector.
{threshold} Value of the threshold.
{value} Value of the performance counter.

-see-also

IAlertDataCollector