WSSSynchScheduler.Execute Method
Executes the scheduled synchronization job. Do not use this member directly from your code; instead, use stsadm.exe.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overrides Sub Execute ( _
guidInstance As Guid _
)
'Usage
Dim instance As WSSSynchScheduler
Dim guidInstance As Guid
instance.Execute(guidInstance)
public override void Execute(
Guid guidInstance
)
Parameters
- guidInstance
Type: System.Guid
The GUID of the scheduled synchronization job.
Remarks
The WSSSynchScheduler class is not intended to be used directly from your code; instead, use stsadm.exe.
You must associate job definitions with a service or Web application. A job definition can also be associated with a specific server. For more information about job definitions, see the Microsoft.SharePoint.Administration.SPJobDefinition class in the Welcome to the Windows SharePoint Services 3.0 SDK.