Share via


ITaskHandler.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.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void Resume()
void Resume()
abstract Resume : unit -> unit
Sub Resume

See Also

ITaskHandler Interface
Microsoft.Storage Namespace

Return to top