LogViewer.GetAllStatusMessages Method
NOTE: This API is now obsolete.
Returns all status messages in the crawl log.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")> _
Public Function GetAllStatusMessages As DataTable
'Usage
Dim instance As LogViewer
Dim returnValue As DataTable
returnValue = instance.GetAllStatusMessages()
[ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")]
public DataTable GetAllStatusMessages()
Return Value
Type: System.Data.DataTable
A System.DataTable with two columns: one for the status message ID, and the other for status message description.