SearchAnalyticsJobBase.StartAnalysis method
Starts the analysis, which must be in the stopped or failed state before it can be started.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Sub StartAnalysis
'Usage
Dim instance As SearchAnalyticsJobBase
instance.StartAnalysis()
public override void StartAnalysis()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if an instance of System Client cannot be resolved, or if analysis is in a state that does not allow this operation. |
ServiceNotFoundException | Thrown if an instance of Analysis Engine Agent cannot be resolved. |