SearchAnalyticsJobBase.ExecuteInternal method
Overload list
Name | Description | |
---|---|---|
ExecuteInternal(IAnalysisEngineAgent) | Called regularly by an instance of AnalyticsJobDefinition, which represents the general timer job for SearchAnalyticsJob and SearchReportsJob. (Inherited from AnalyticsJobBase.) | |
ExecuteInternal(IAnalysisEngineAgent, 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. |
Top