FSMasterJobDefinition Constructor (SPSchedule)
Initiates a new instance of the FSMasterJobDefinition class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
schedule As SPSchedule _
)
'Usage
Dim schedule As SPSchedule
Dim instance As New FSMasterJobDefinition(schedule)
public FSMasterJobDefinition(
SPSchedule schedule
)
Parameters
schedule
Type: Microsoft.SharePoint.SPScheduleThe schedule for the job definition.