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