WSSSynchScheduler Constructor (SPService)
Initializes a new instance of the WSSSynchScheduler 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 ( _
service As SPService _
)
'Usage
Dim service As SPService
Dim instance As New WSSSynchScheduler(service)
public WSSSynchScheduler(
SPService service
)
Parameters
- service
Type: Microsoft.SharePoint.Administration.SPService
A farm-wide service.
Remarks
The WSSSynchScheduler class is not intended to be used directly from your code; use stsadm.exe instead.
For more information about the service parameter, see the Microsoft.SharePoint.Administration.SPService class in the Welcome to the Windows SharePoint Services 3.0 SDK.