Share via


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.String

    Specifies the name of the job definition.

  • searchAppId
    Type: System.Guid

    The GUID of the Search Service Application the timer job is associated with.

See Also

Reference

FSAbstractJobDefinitionBase Class

FSAbstractJobDefinitionBase Members

FSAbstractJobDefinitionBase Overload

Microsoft.Office.Server.Search.Administration Namespace