Share via


WSSProfileSynch Constructor (String, SPWebApplication, SPServer, SPJobLockType)

Initializes a new instance of the WSSProfileSynch 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 ( _
    strName As String, _
    wa As SPWebApplication, _
    serv As SPServer, _
    jobType As SPJobLockType _
)
'Usage
Dim strName As String
Dim wa As SPWebApplication
Dim serv As SPServer
Dim jobType As SPJobLockType

Dim instance As New WSSProfileSynch(strName, _
    wa, serv, jobType)
public WSSProfileSynch(
    string strName,
    SPWebApplication wa,
    SPServer serv,
    SPJobLockType jobType
)

Parameters

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.

For more information about the wa, serv, and jobType parameters, see the Microsoft.SharePoint.Administration namespace in the Welcome to the Windows SharePoint Services 3.0 SDK.

See Also

Reference

WSSProfileSynch Class

WSSProfileSynch Members

WSSProfileSynch Overload

Microsoft.Office.Server.UserProfiles Namespace