QueryManager.SendRequest Method
Sends a search query request synchronously to the specified federated search locations.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SendRequest ( _
locationList As LocationList, _
count As Integer _
)
'Usage
Dim instance As QueryManager
Dim locationList As LocationList
Dim count As Integer
instance.SendRequest(locationList, count)
public void SendRequest(
LocationList locationList,
int count
)
Parameters
locationList
Type: Microsoft.Office.Server.Search.Query.LocationListThe list specifying the federated search locations.
- count
Type: System.Int32