Share via


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

See also

Reference

QueryManager class

QueryManager members

Microsoft.Office.Server.Search.Query namespace