SearchServiceApplication.ForceResume method
Forces the SearchServiceApplication to be resumed with the specified reasons.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function ForceResume ( _
reasons As Integer _
) As Boolean
'Usage
Dim instance As SearchServiceApplication
Dim reasons As Integer
Dim returnValue As Boolean
returnValue = instance.ForceResume(reasons)
public bool ForceResume(
int reasons
)
Parameters
reasons
Type: System.Int32The reasons to resume the SearchServiceApplication.
Return value
Type: System.Boolean
true if the SearchServiceApplication is resumed; otherwise, false.
Remarks
This method resumes crawl and master merge components of the SearchServiceApplication.
See also
Reference
SearchServiceApplication class