ISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent-Methode
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute(Name := "RecordWebPartQueryDone")> _
Function RecordWebPartQueryDoneEvent ( _
buffer As WebPartQueryLatencyDataBuffer _
) As Boolean
'Usage
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
)
Parameter
- buffer
Typ: WebPartQueryLatencyDataBuffer
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ISearchHealthMonitoringServiceApplication Schnittstelle