QueryTopology.CancelActivate Method
Cancels the activation of the query topology.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub CancelActivate
'Usage
Dim instance As QueryTopology
instance.CancelActivate()
public void CancelActivate()
Remarks
This method checks that the state of the QueryTopologyState is activating; otherwise, it throws an InvalidOperationException.