DefaultQueueAdapterReceiverMonitor.TrackRead Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Suivez les tentatives de lecture à partir de la file d’attente. Suivi par opération de lecture de file d’attente.
public void TrackRead (bool success, TimeSpan callTime, Exception exception);
abstract member TrackRead : bool * TimeSpan * Exception -> unit
override this.TrackRead : bool * TimeSpan * Exception -> unit
Public Sub TrackRead (success As Boolean, callTime As TimeSpan, exception As Exception)
Paramètres
- success
- Boolean
True si la lecture a réussi, false si la lecture a échoué.
- callTime
- TimeSpan
Temps passé dans l’opération de lecture.
- exception
- Exception
L’exception a été interceptée si la lecture a échoué.