SearchServiceApplication.ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Private Function RecordQueryErrorEvent ( _
buffer As QueryErrorDataBuffer _
) As Boolean Implements ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent
用法
Dim instance As SearchServiceApplication
Dim buffer As QueryErrorDataBuffer
Dim returnValue As Boolean
returnValue = CType(instance, ISearchHealthMonitoringServiceApplication).RecordQueryErrorEvent(buffer)
boolISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent(
QueryErrorDataBuffer buffer
)
参数
- buffer
类型:QueryErrorDataBuffer
返回值
实现
ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent(QueryErrorDataBuffer)