AnalyticsJobBase.GetAnalysisInfo method
Gets analysis information for the current analysis.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overridable Function GetAnalysisInfo As AnalysisInfo
'Usage
Dim instance As AnalyticsJobBase
Dim returnValue As AnalysisInfo
returnValue = instance.GetAnalysisInfo()
public virtual AnalysisInfo GetAnalysisInfo()
Return value
Type: AnalysisInfo
The stored analysis state.
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. |