Location.SendAsyncRequest method
Envia a solicitação de consulta de pesquisa de forma assíncrona para local federado
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function SendAsyncRequest ( _
callback As ResultCallback _
) As IAsyncResult
'Uso
Dim instance As Location
Dim callback As ResultCallback
Dim returnValue As IAsyncResult
returnValue = instance.SendAsyncRequest(callback)
public IAsyncResult SendAsyncRequest(
ResultCallback callback
)
Parâmetros
callback
Type: Microsoft.Office.Server.Search.Query.ResultCallbackA função de retorno de chamada.
Valor retornado
Type: System.IAsyncResult
O status da solicitação.