次の方法で共有


UsageAnalyticsJobDefinition.StopAnalysis method

Stops the analysis, which must be in the running or the paused state.

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

Syntax

'Declaration
Public Sub StopAnalysis
'Usage
Dim instance As UsageAnalyticsJobDefinition

instance.StopAnalysis()
public void StopAnalysis()

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

UsageAnalyticsJobDefinition class

UsageAnalyticsJobDefinition members

Microsoft.Office.Server.Search.Analytics namespace