Share via


ITaskHandler.Stop Method (Int32)

 

Called to stop the COM handler. This method must be implemented by the handler.

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

Syntax

void Stop(
    out int pRetCode
)
void Stop(
    [OutAttribute] int% pRetCode
)
abstract Stop : 
        pRetCode:int byref -> unit
Sub Stop (
    <OutAttribute> ByRef pRetCode As Integer
)

Parameters

  • pRetCode
    Type: System.Int32

    The return code that the Task Schedule will raise as an event when the COM handler action is completed.

See Also

ITaskHandler Interface
Microsoft.Storage Namespace

Return to top