WSSProfileSynch.SynchronizeWebApplication Method
NOTE: This API is now obsolete.
Handles the synchronization of user profile data in a Web Application. Do not use this member directly from your code; instead, use stsadm.exe.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Shared Sub SynchronizeWebApplication ( _
wa As SPWebApplication _
)
'Usage
Dim wa As SPWebApplicationWSSProfileSynch.SynchronizeWebApplication(wa)
[ObsoleteAttribute("This class is obsolete.")]
public static void SynchronizeWebApplication(
SPWebApplication wa
)
Parameters
wa
Type: Microsoft.SharePoint.Administration.SPWebApplicationThe Internet Information Services (IIS) load-balanced Web application that is installed on the server farm.
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 Window SharePoint Services.
For more information about the wa parameter, see the SPWebApplication class in the Windows SharePoint Services 3.0 SDK.