Share via


WSSSynchScheduler Constructor (String, SPService, SPServer, SPJobLockType)

Initializes a new instance of the WSSSynchScheduler class. Do not use this member directly from your code.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    strName As String, _
    service As SPService, _
    serv As SPServer, _
    jobType As SPJobLockType _
)
'Usage
Dim strName As String
Dim service As SPService
Dim serv As SPServer
Dim jobType As SPJobLockType

Dim instance As New WSSSynchScheduler(strName, _
    service, serv, jobType)
public WSSSynchScheduler(
    string strName,
    SPService service,
    SPServer serv,
    SPJobLockType jobType
)

Parameters

Remarks

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

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

See Also

Reference

WSSSynchScheduler Class

WSSSynchScheduler Members

WSSSynchScheduler Overload

Microsoft.Office.Server.UserProfiles Namespace