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