QueryTopology.BeginActivate Method

Activates the current query topology asynchronously.

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

Syntax

'Declaration
Public Sub BeginActivate
'Usage
Dim instance As QueryTopology

instance.BeginActivate()
public void BeginActivate()

Remarks

This method does not guarantee immediate activation availability of the query topology in the search service.

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

See Also

Reference

QueryTopology Class

QueryTopology Members

Microsoft.Office.Server.Search.Administration Namespace