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
callback
Type: Microsoft.Office.Server.Search.Query.ResultCallbackThe callback function.
Return Value
Type: System.IAsyncResult
The status of the request.