ISearchTopology.Activate method

Activates the topology. This call is blocking or synchronous. After returning from this method, all search components should have been started properly. Must be idempotent, and should not cause any negative performance impact if no changes have occurred.

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

Syntax

'Declaration
Sub Activate
'Usage
Dim instance As ISearchTopology

instance.Activate()
void Activate()

See also

Reference

ISearchTopology interface

ISearchTopology members

Microsoft.Office.Server.Search.Administration.Topology namespace