QueryManager.SendRequest 方法
将搜索查询请求异步发送到指定的联合的搜索位置。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub SendRequest ( _
locationList As LocationList, _
count As Integer _
)
用法
Dim instance As QueryManager
Dim locationList As LocationList
Dim count As Integer
instance.SendRequest(locationList, count)
public void SendRequest(
LocationList locationList,
int count
)
参数
locationList
类型:Microsoft.Office.Server.Search.Query.LocationList指定联合的搜索位置列表。
- count
类型:System.Int32