Skip to content

DefaultQueueAdapterReceiverMonitor.TrackShutdown(bool, TimeSpan, Exception?)

TrackShutdown(bool, TimeSpan, Exception?)

View source
public void TrackShutdown(bool success, TimeSpan callTime, Exception? exception)
Track attempts to shutdown the receiver.

Parameters

successbool
True if read succeeded, false if read failed.
callTimeTimeSpan
Shutdown operation time.
exceptionException?
Exception caught if shutdown fail.