Click or drag to resize
Task Scheduler Managed Class Library

ComHandlerAction(Guid, String) Constructor

Creates an unbound instance of ComHandlerAction.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public ComHandlerAction(
	Guid classId,
	string data
)
Request Example View Source

Parameters

classId  Guid
Identifier of the handler class.
data  String
Addition data associated with the handler.
See Also