Skip to content

IQueueAdapterReceiverMonitor.TrackShutdown(bool, TimeSpan, Exception?)

TrackShutdown(bool, TimeSpan, Exception?)

abstract
public abstract 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.