CrawlTopology.Activate Method

Activates 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 Activate
'Usage
Dim instance As CrawlTopology

instance.Activate()
public void Activate()

Remarks

Activating this crawl topology successfully requires that at least one crawl component be created for it.

The CrawlTopologyActivationCanceledException is thrown if the crawl topology state cannot be converted to Active or Activating after the start of the activation.

The CrawlTopologyActivationException is thrown if the timer job for the crawl topology activation cannot be started.

See Also

Reference

CrawlTopology Class

CrawlTopology Members

Microsoft.Office.Server.Search.Administration Namespace