Click or drag to resize
Task Scheduler Managed Class Library

ComHandlerAction Constructor (Guid, String)

Creates an unbound instance of ComHandlerAction.

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

Parameters

classId
Type: SystemGuid
Identifier of the handler class.
data
Type: SystemString
Addition data associated with the handler.
See Also