CrawlTopology.Delete Method
Deletes the crawl topology for the Search service application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Delete
'Usage
Dim instance As CrawlTopology
instance.Delete()
public void Delete()
Remarks
This method executes the delete operation on all crawl components that belong to the current crawl topology.
The InvalidOperationException is thrown if the crawl topology is currently in the Active state.