Share via


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

Return Value

Type: System.IAsyncResult

See Also

Reference

ILocationRuntime Interface

ILocationRuntime Members

SendRequest Overload

Microsoft.Office.Server.Search.Federation Namespace