UsageAnalyticsJobDefinition.RefreshAnalysisConfiguration method
Refreshes the configuration settings for the current analysis by reloading the configuration settings from where it was stored previously.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub RefreshAnalysisConfiguration
'Usage
Dim instance As UsageAnalyticsJobDefinition
instance.RefreshAnalysisConfiguration()
public void RefreshAnalysisConfiguration()
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