SearchServiceApplication.ISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Private Function RecordWebPartQueryDoneEvent ( _
buffer As WebPartQueryLatencyDataBuffer _
) As Boolean Implements ISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent
'Usage
Dim instance As SearchServiceApplication
Dim buffer As WebPartQueryLatencyDataBuffer
Dim returnValue As Boolean
returnValue = CType(instance, ISearchHealthMonitoringServiceApplication).RecordWebPartQueryDoneEvent(buffer)
boolISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent(
WebPartQueryLatencyDataBuffer buffer
)
Parameters
- buffer
Type: WebPartQueryLatencyDataBuffer
Return value
Type: System.Boolean
Implements
ISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent(WebPartQueryLatencyDataBuffer)
See also
Reference
SearchServiceApplication class