SearchAnalyticsJob.ExecuteInternal method
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 represents the general timer job for SearchAnalyticsJob and SearchReportsJob.
Overload list
Name | Description | |
---|---|---|
ExecuteInternal(IAnalysisEngineAgent) | 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. (Overrides AnalyticsJobBase.ExecuteInternal(IAnalysisEngineAgent).) | |
ExecuteInternal(IAnalysisEngineAgent, Boolean) | Performs analysis lifecycle tasks. Attempts to start analysis if it is time to do so and startAnalysis is true. (Overrides SearchAnalyticsJobBase.ExecuteInternal(IAnalysisEngineAgent, Boolean).) |
Top