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