ITaskHandler.Pause Method ()
Called to pause the COM handler. This method is optional and should only be implemented to give the Task Scheduler the ability to pause and restart the handler.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void Pause()
void Pause()
abstract Pause : unit -> unit
Sub Pause
See Also
ITaskHandler Interface
Microsoft.Storage Namespace
Return to top