IQueueAdapterReceiverMonitor.TrackShutdown 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.
Suivre les tentatives d’arrêt du récepteur.
public void TrackShutdown (bool success, TimeSpan callTime, Exception exception);
abstract member TrackShutdown : bool * TimeSpan * Exception -> unit
Public Sub TrackShutdown (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
Heure de l’opération d’arrêt.
- exception
- Exception
Exception interceptée en cas d’échec de l’arrêt.