Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The 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