ILocationRuntime.SendRequest Method (String, ResultCallback)
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, _
callback As ResultCallback _
) As IAsyncResult
'Usage
Dim instance As ILocationRuntime
Dim queryURL As String
Dim callback As ResultCallback
Dim returnValue As IAsyncResult
returnValue = instance.SendRequest(queryURL, _
callback)
IAsyncResult SendRequest(
string queryURL,
ResultCallback callback
)
Parameters
- queryURL
Type: System.String
- callback
Type: Microsoft.Office.Server.Search.Federation.ResultCallback
Return Value
Type: System.IAsyncResult