Compartilhar via


ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent method

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

Syntax

'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute(Name := "RecordQueryError")> _
Function RecordQueryErrorEvent ( _
    buffer As QueryErrorDataBuffer _
) As Boolean
'Uso
Dim instance As ISearchHealthMonitoringServiceApplication
Dim buffer As QueryErrorDataBuffer
Dim returnValue As Boolean

returnValue = instance.RecordQueryErrorEvent(buffer)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute(Name = "RecordQueryError")]
bool RecordQueryErrorEvent(
    QueryErrorDataBuffer buffer
)

Parâmetros

  • buffer
    Type: QueryErrorDataBuffer

Valor retornado

Type: System.Boolean

Ver também

Referência

ISearchHealthMonitoringServiceApplication interface

ISearchHealthMonitoringServiceApplication members

Microsoft.Office.Server.Search.Query namespace