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.StringA string containing the federated search location URL and the search query.
Return Value
Type: System.Xml.XmlDocument
The search results returned for the query.