WSSSweepSynch Constructor (SPWebApplication)
Initializes a new instance of the WSSSweepSynch class. 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 Sub New ( _
wa As SPWebApplication _
)
'Usage
Dim wa As SPWebApplication
Dim instance As New WSSSweepSynch(wa)
public WSSSweepSynch(
SPWebApplication wa
)
Parameters
- wa
Type: Microsoft.SharePoint.Administration.SPWebApplication
The Internet Information Services (IIS) load-balanced Web application that is installed on the server farm.
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.
For more information about the wa parameter, see the Microsoft.SharePoint.Administration.SPWebApplication class in the Welcome to the Windows SharePoint Services 3.0 SDK.