ISearchHealthMonitoringServiceApplication.RecordQueryErrorEvent 方法

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute(Name := "RecordQueryError")> _
Function RecordQueryErrorEvent ( _
    buffer As QueryErrorDataBuffer _
) As Boolean
用法
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
)

参数

  • buffer
    类型:QueryErrorDataBuffer

返回值

类型:System.Boolean

另请参阅

引用

ISearchHealthMonitoringServiceApplication 接口

ISearchHealthMonitoringServiceApplication 成员

Microsoft.Office.Server.Search.Query 命名空间