Метод ISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute(Name := "RecordWebPartQueryDone")> _
Function RecordWebPartQueryDoneEvent ( _
buffer As WebPartQueryLatencyDataBuffer _
) As Boolean
'Применение
Dim instance As ISearchHealthMonitoringServiceApplication
Dim buffer As WebPartQueryLatencyDataBuffer
Dim returnValue As Boolean
returnValue = instance.RecordWebPartQueryDoneEvent(buffer)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute(Name = "RecordWebPartQueryDone")]
bool RecordWebPartQueryDoneEvent(
WebPartQueryLatencyDataBuffer buffer
)
Параметры
- buffer
Тип: WebPartQueryLatencyDataBuffer
Возвращаемое значение
Тип: System.Boolean
См. также
Справочные материалы
ISearchHealthMonitoringServiceApplication интерфейс