AdSyncTaskClass.Start Method (Object, String)
Starts the synchronization of Active Directory to the local computer.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual void Start(
object pHandlerServices,
string data
)
public:
virtual void Start(
Object^ pHandlerServices,
String^ data
)
abstract Start :
pHandlerServices:Object *
data:string -> unit
override Start :
pHandlerServices:Object *
data:string -> unit
Public Overridable Sub Start (
pHandlerServices As Object,
data As String
)
Parameters
pHandlerServices
Type: System.ObjectThe object that is used by the Task Scheduler.
data
Type: System.StringThe arguments that are required by the task handler. These arguments are defined in the Data property of the COM handler action.
Implements
ITaskHandler.Start(Object, String)
See Also
AdSyncTaskClass Class
Microsoft.Storage Namespace
Return to top