SearchServiceApplication.ForceResume 方法
强制SearchServiceApplication将继续通过指定原因。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function ForceResume ( _
reasons As Integer _
) As Boolean
用法
Dim instance As SearchServiceApplication
Dim reasons As Integer
Dim returnValue As Boolean
returnValue = instance.ForceResume(reasons)
public bool ForceResume(
int reasons
)
参数
reasons
类型:System.Int32恢复SearchServiceApplication的原因。
返回值
类型:System.Boolean
true如果继续SearchServiceApplication ;否则为false。
备注
此方法继续爬网和SearchServiceApplication的母版合并组成。