IDataCollectorSet::get_Schedules method (pla.h)
Retrieves the list of schedules that determine when the data collector set runs.
This property is read-only.
Syntax
HRESULT get_Schedules(
IScheduleCollection **ppSchedules
);
Parameters
ppSchedules
Return value
None
Remarks
There can be only one instance of a data collector set running at a time; if one is already running and a second one tries to start, the second one will fail and the first one will continue.
To enable the schedules, call the IDataCollectorSet::SchedulesEnabled property.
To manually start the data collector set, call the IDataCollectorSet::Start method.
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 |