FSAbstractJobDefinitionBase Constructor (String, SPService, Guid, SPSchedule)
Initiates a new instance of the FSAbstractJobDefinitionBase class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
service As SPService, _
searchAppId As Guid, _
schedule As SPSchedule _
)
'Usage
Dim name As String
Dim service As SPService
Dim searchAppId As Guid
Dim schedule As SPSchedule
Dim instance As New FSAbstractJobDefinitionBase(name, service, _
searchAppId, schedule)
protected FSAbstractJobDefinitionBase(
string name,
SPService service,
Guid searchAppId,
SPSchedule schedule
)
Parameters
name
Type: System.StringSpecifies the name of the job definition.
service
Type: Microsoft.SharePoint.Administration.SPServiceSpecifies an SPService object instance.
searchAppId
Type: System.GuidThe GUID of the Search Service Application the timer job is associated with.
schedule
Type: Microsoft.SharePoint.SPScheduleThe schedule interval for this timer job
See Also
Reference
FSAbstractJobDefinitionBase Class
FSAbstractJobDefinitionBase Members