ILocationRuntime.SendRequest Method (String)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Search.Federation
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
Return Value
Type: System.Xml.XmlDocument