AnalyticsJobBase.RefreshAnalysisConfiguration method
Refreshes the configuration settings for the current analysis by reloading the settings from the internal location where they are stored.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overridable Sub RefreshAnalysisConfiguration
'Usage
Dim instance As AnalyticsJobBase
instance.RefreshAnalysisConfiguration()
public virtual void RefreshAnalysisConfiguration()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The exception that is thrown when an instance of SystemClient cannot be resolved. |
ServiceNotFoundException | The exception that is thrown when an instance of IAnalysisEngineAgent cannot be resolved. |