Share via


ILocationRuntime.SendRequest method (String)

Submits a synchronous request for the query to the federated location, and retrieves the search results.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Function SendRequest ( _
    queryURL As String _
) As XmlDocument
'Usage
Dim instance As ILocationRuntime
Dim queryURL As String
Dim returnValue As XmlDocument

returnValue = instance.SendRequest(queryURL)
XmlDocument SendRequest(
    string queryURL
)

Parameters

  • queryURL
    Type: System.String

    A string containing the federated search location URL and the search query.

Return value

Type: System.Xml.XmlDocument
The search results returned for the query.

See also

Reference

ILocationRuntime interface

ILocationRuntime members

SendRequest overload

Microsoft.Office.Server.Search.Query namespace