Share via


QueryComponent.CancelTransition Method

Cancels the transition.

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

Syntax

'Declaration
Public Sub CancelTransition
'Usage
Dim instance As QueryComponent

instance.CancelTransition()
public void CancelTransition()

Remarks

A transition is a sequence of multistep processes that accomplish the long-running operations of initialization or re-initialization with the index partition.

This method sets a request to indicate that the transition needs to be canceled, and then checks the transition status periodically to ensure that the transition has been canceled.

An QueryComponentTransitionException is thrown if the transition cannot be canceled.

See Also

Reference

QueryComponent Class

QueryComponent Members

Microsoft.Office.Server.Search.Administration Namespace