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.Int32The return code from the task handler when the synchronization is completed.
Implements
See Also
AdSyncTaskClass Class
Microsoft.Storage Namespace
Return to top