SearchServiceApplicationProxy.RecordWebPartQueryDoneEvent - Méthode
Enregistre la latence des requêtes d'une requête de composants WebPart sur la page de résultats SearchSearch .
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function RecordWebPartQueryDoneEvent ( _
buffer As WebPartQueryLatencyDataBuffer _
) As Boolean
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim buffer As WebPartQueryLatencyDataBuffer
Dim returnValue As Boolean
returnValue = instance.RecordWebPartQueryDoneEvent(buffer)
public bool RecordWebPartQueryDoneEvent(
WebPartQueryLatencyDataBuffer buffer
)
Paramètres
buffer
Type : WebPartQueryLatencyDataBufferUn tampon utilisé pour stocker une latence détaillée des composants WebPart.
Valeur renvoyée
Type : System.Boolean
true si la surveillance de requête détaillée est activée pour le SearchServiceApplicationProxy; dans le cas contraire, false.
Implémentations
ISearchHealthMonitoringServiceApplication.RecordWebPartQueryDoneEvent(WebPartQueryLatencyDataBuffer)
Remarques
Cette méthode enregistre la latence des requêtes verbose Search d'une requête de composants WebPart sur la page de résultats Search .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms