Share via


LogViewer.GetCurrentCrawlLogData Method

Returns the current crawl log data.

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

Syntax

'Declaration
Public Function GetCurrentCrawlLogData ( _
    filterProperties As CrawlLogFilters, _
    <OutAttribute> ByRef nextStart As Integer _
) As DataTable
'Usage
Dim instance As LogViewer
Dim filterProperties As CrawlLogFilters
Dim nextStart As Integer
Dim returnValue As DataTable

returnValue = instance.GetCurrentCrawlLogData(filterProperties, _
    nextStart)
public DataTable GetCurrentCrawlLogData(
    CrawlLogFilters filterProperties,
    out int nextStart
)

Parameters

  • nextStart
    Type: System.Int32
    A 32-bit integer that specifies the position of the next crawl log entry.

Return Value

Type: System.Data.DataTable

See Also

Reference

LogViewer Class

LogViewer Members

Microsoft.Office.Server.Search.Administration Namespace