ITaskHandlerStart Method

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
void Start(
	Object pHandlerServices,
	string data
)

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