QueryManager.SendRequest method
Envia uma solicitação de consulta de pesquisa síncrona para os locais de pesquisa agrupada especificado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub SendRequest ( _
locationList As LocationList, _
count As Integer _
)
'Uso
Dim instance As QueryManager
Dim locationList As LocationList
Dim count As Integer
instance.SendRequest(locationList, count)
public void SendRequest(
LocationList locationList,
int count
)
Parâmetros
locationList
Type: Microsoft.Office.Server.Search.Query.LocationListA lista especificando os locais de pesquisa agrupada.
- count
Type: System.Int32