LogViewer Constructor (CrawlStore)
NOTE: This API is now obsolete.
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 Sub New ( _
crawlDB As CrawlStore _
)
'Usage
Dim crawlDB As CrawlStore
Dim instance As New LogViewer(crawlDB)
[ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")]
public LogViewer(
CrawlStore crawlDB
)
Parameters
- crawlDB
Type: Microsoft.Office.Server.Search.Administration.CrawlStore