QueryTopology.Activate Method

Activates the current query topology.

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 QueryTopology

instance.Activate()
public void Activate()

Remarks

This method calls the BeginActivate() method to asynchronously activate the current query topology and then checks the state to ensure that this query topology has been activated.

Query components must be created for this query topology and property stores must be set for all partitions of this query topology before invoking this method.

See Also

Reference

QueryTopology Class

QueryTopology Members

Microsoft.Office.Server.Search.Administration Namespace