SearchServiceApplication.Pause method

Pauses the SearchServiceApplication.

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

Syntax

'Declaration
Public Function Pause As Boolean
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As Boolean

returnValue = instance.Pause()
public bool Pause()

Return value

Type: System.Boolean
true if the SearchServiceApplication is paused; otherwise, false.

Remarks

This method issues a request to pause the SearchServiceApplication, and then returns the paused status of the application.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace