Task Scheduler Managed Class Library
C#
Show/Hide TOC
ITask
Handler
Resume Method
Called to resume the COM handler. This method is optional and should only be implemented to give the Task Scheduler the ability to resume the handler.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
Request Example
void
Resume
()
See Also
Reference
ITaskHandler Interface
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also