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