Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Submits an asynchronous request for the query to the FAST Search Server 2010 for SharePoint farm location, and retrieves the result for the asynchronous request.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function SendRequest ( _
queryURL As String, _
callback As ResultCallback _
) As IAsyncResult
'Usage
Dim instance As FASTSearchRuntime
Dim queryURL As String
Dim callback As ResultCallback
Dim returnValue As IAsyncResult
returnValue = instance.SendRequest(queryURL, _
callback)
public IAsyncResult SendRequest(
string queryURL,
ResultCallback callback
)
Parameters
- queryURL
Type: System.String
- callback
Type: Microsoft.Office.Server.Search.Query.ResultCallback
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
Implements
ILocationRuntime.SendRequest(String, ResultCallback)