SearchAnalyticsJobBase.ExecuteInternal method (, Boolean)

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. The latter should require that startAnalysis is set to true.

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, _
    startAnalysis As Boolean _
)
'Usage
Dim analysisEngine As IAnalysisEngineAgent
Dim startAnalysis As Boolean

Me.ExecuteInternal(analysisEngine, _
    startAnalysis)
protected abstract void ExecuteInternal(
    IAnalysisEngineAgent analysisEngine,
    bool startAnalysis
)

Parameters

  • analysisEngine
    Type: IAnalysisEngineAgent

    IAnalysisEngineAgent holding a reference to the analysis engine.

  • startAnalysis
    Type: System.Boolean

    BooleanWhen false, this method is prevented from starting a new analysis job.

See also

Reference

SearchAnalyticsJobBase class

SearchAnalyticsJobBase members

ExecuteInternal overload

Microsoft.Office.Server.Search.Analytics namespace