IScheduleCollection::CreateSchedule method (pla.h)

Creates a schedule object.

Syntax

HRESULT CreateSchedule(
  [out] ISchedule **Schedule
);

Parameters

[out] Schedule

An ISchedule interface that you use to specify when the data collector set runs.

Return value

Returns S_OK if successful.

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

IScheduleCollection