SearchServiceApplication.ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent method

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

Syntax

'Declaration
Private Function RecordQueryErrorEvent ( _
    buffer As QueryErrorDataBuffer _
) As Boolean Implements ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent
'Usage
Dim instance As SearchServiceApplication
Dim buffer As QueryErrorDataBuffer
Dim returnValue As Boolean

returnValue = CType(instance, ISearchHealthMonitoringServiceApplication).RecordQueryErrorEvent(buffer)
boolISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent(
    QueryErrorDataBuffer buffer
)

Parameters

  • buffer
    Type: QueryErrorDataBuffer

Return value

Type: System.Boolean

Implements

ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent(QueryErrorDataBuffer)

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace