Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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