WSSProfileSynch.Execute Method

Executes the synchronization of user profile data in the Windows SharePoint Services user information list on each site, and the synchronization of Windows SharePoint Services members' group membership in the user profile memberships. 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 WSSProfileSynch
Dim guidInstance As Guid

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

Parameters

  • guidInstance
    Type: System.Guid
    The GUID of the synchronization job.

Remarks

The WSSProfileSynch 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

WSSProfileSynch Class

WSSProfileSynch Members

Microsoft.Office.Server.UserProfiles Namespace