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.
Performs analysis lifecycle tasks. Attempts to start analysis if it is time to do so. This method is called regularly by an instance of AnalyticsJobDefinition, which represent the general timer job for SearchAnalysisJob and SearchReportsJob.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overrides Sub ExecuteInternal ( _
analysisEngine As IAnalysisEngineAgent _
)
'Usage
Dim analysisEngine As IAnalysisEngineAgent
Me.ExecuteInternal(analysisEngine)
protected override void ExecuteInternal(
IAnalysisEngineAgent analysisEngine
)
Parameters
analysisEngine
Type: IAnalysisEngineAgentIAnalysisEngineAgent holding a reference to the analysis engine.