SearchServiceApplicationProxy.RecordOMQueryDoneEvent method
Records the latency timing information about the executed Search queries.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function RecordOMQueryDoneEvent ( _
buffer As OMQueryLatencyDataBuffer _
) As Boolean
'Usage
Dim instance As SearchServiceApplicationProxy
Dim buffer As OMQueryLatencyDataBuffer
Dim returnValue As Boolean
returnValue = instance.RecordOMQueryDoneEvent(buffer)
public bool RecordOMQueryDoneEvent(
OMQueryLatencyDataBuffer buffer
)
Parameters
buffer
Type: OMQueryLatencyDataBufferA buffer used to store query latency timings.
Return value
Type: System.Boolean
true if the verbose query monitoring is turned on for the SearchServiceApplicationProxy; otherwise, false.
Implements
ISearchHealthMonitoringServiceApplication.RecordOMQueryDoneEvent(OMQueryLatencyDataBuffer)
Remarks
This method records the latency timing information about the executed Search queries, including the aggregated latency timing information and the verbose latency timing information.
See also
Reference
SearchServiceApplicationProxy class