Share via


AnalyticsJobBase.ExecuteInternal method

Called regularly by an instance of AnalyticsJobDefinition, which represents the general timer job for SearchAnalyticsJob and SearchReportsJob.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected MustOverride Sub ExecuteInternal ( _
    analysisEngine As IAnalysisEngineAgent _
)
'Usage
Dim analysisEngine As IAnalysisEngineAgent

Me.ExecuteInternal(analysisEngine)
protected abstract void ExecuteInternal(
    IAnalysisEngineAgent analysisEngine
)

Parameters

  • analysisEngine
    Type: IAnalysisEngineAgent

    IAnalysisEngineAgent holding a reference to the analysis engine.

Remarks

Implementation of this method should contain analysis lifecycle tasks. One of these tasks should be an attempt to start analysis if it is time to do so.

See also

Reference

AnalyticsJobBase class

AnalyticsJobBase members

Microsoft.Office.Server.Search.Analytics namespace