AdSyncTaskClass.Stop Method (Int32)

 

Stops the synchronization of Active Directory.

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

Syntax

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

Parameters

  • pRetCode
    Type: System.Int32

    The return code from the task handler when the synchronization is completed.

Implements

ITaskHandler.Stop(Int32)

See Also

AdSyncTaskClass Class
Microsoft.Storage Namespace

Return to top