AnalyticsJobBase.ResumeAnalysis method

Resumes the analysis job, which must be in a paused state.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overridable Sub ResumeAnalysis
'Usage
Dim instance As AnalyticsJobBase

instance.ResumeAnalysis()
public virtual void ResumeAnalysis()

Exceptions

Exception Condition
InvalidOperationException

The exception that is thrown when an instance of SystemClient cannot be resolved, or if the analysis is in a state that does not allow this operation.

ServiceNotFoundException

The exception that is thrown when an instance of IAnalysisEngineAgent cannot be resolved.

See also

Reference

AnalyticsJobBase class

AnalyticsJobBase members

Microsoft.Office.Server.Search.Analytics namespace