SearchServiceApplication.ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Private Function RecordQueryErrorEvent ( _
buffer As QueryErrorDataBuffer _
) As Boolean Implements ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent
'Uso
Dim instance As SearchServiceApplication
Dim buffer As QueryErrorDataBuffer
Dim returnValue As Boolean
returnValue = CType(instance, ISearchHealthMonitoringServiceApplication).RecordQueryErrorEvent(buffer)
boolISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent(
QueryErrorDataBuffer buffer
)
Parâmetros
- buffer
Type: QueryErrorDataBuffer
Valor retornado
Type: System.Boolean
Implements
ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent(QueryErrorDataBuffer)
Ver também
Referência
SearchServiceApplication class