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: IAnalysisEngineAgentIAnalysisEngineAgent holding a reference to the analysis engine.
startAnalysis
Type: System.BooleanBooleanWhen false, this method is prevented from starting a new analysis job.