SearchServiceApplication.Resume method
Resumes the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Resume As Boolean
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As Boolean
returnValue = instance.Resume()
public bool Resume()
Return value
Type: System.Boolean
true if the Search service application is resumed; otherwise, false.
Remarks
This method sets a request to resume the SearchServiceApplication.
See also
Reference
SearchServiceApplication class