Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Register the timer job.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Sub RegisterJob ( _
searchApp As SearchServiceApplication _
)
'Usage
Dim searchApp As SearchServiceApplicationFSAlternateAccessMapJobDefinition.RegisterJob(searchApp)
public static void RegisterJob(
SearchServiceApplication searchApp
)
Parameters
searchApp
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationThe GUID of the Search Service Application the timer job is associated with.
See Also
Reference
FSAlternateAccessMapJobDefinition Class