Click or drag to resize
Task Scheduler Managed Class Library

ITaskHandlerStart Method

Called to start the COM handler. This method must be implemented by the handler.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
void Start(
	Object pHandlerServices,
	string data
)
Request Example

Parameters

pHandlerServices  Object
An IUnkown interface that is used to communicate back with the Task Scheduler.
data  String
The arguments that are required by the handler. These arguments are defined in the Data property of the COM handler action.
See Also