Share via


WSSSweepSynch.Execute Method

Executes the incremental synchronization of user profile data in the Windows SharePoint Services user information list on each site. 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 WSSSweepSynch
Dim guidInstance As Guid

instance.Execute(guidInstance)
public override void Execute(
    Guid guidInstance
)

Parameters

  • guidInstance
    Type: System.Guid
    The globally unique identifier (GUID) of the incremental synchronization job.

Remarks

The WSSSweepSynch class is not intended to be used directly from your code; use stsadm.exe instead.

For more information about incremental or full user profile synchronization, see Person Synchronization with Windows SharePoint Services.

See Also

Reference

WSSSweepSynch Class

WSSSweepSynch Members

Microsoft.Office.Server.UserProfiles Namespace