 | ComHandlerAction Constructor (Guid, String) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic ComHandlerAction(
Guid classId,
string data
)
Public Sub New (
classId As Guid,
data As String
)
public:
ComHandlerAction(
Guid classId,
String^ data
)
Request Example
View SourceParameters
- classId
- Type: SystemGuid
Identifier of the handler class. - data
- Type: SystemString
Addition data associated with the handler.
See Also