Location.SendAsyncRequest method

Sends the search query request asynchronously to the federated location

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

Syntax

'Declaration
Public Function SendAsyncRequest ( _
    callback As ResultCallback _
) As IAsyncResult
'Usage
Dim instance As Location
Dim callback As ResultCallback
Dim returnValue As IAsyncResult

returnValue = instance.SendAsyncRequest(callback)
public IAsyncResult SendAsyncRequest(
    ResultCallback callback
)

Parameters

Return value

Type: System.IAsyncResult
The status of the request.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace