Skip to content

DefaultQueueAdapterReceiverMonitor.TrackRead(bool, TimeSpan, Exception?)

TrackRead(bool, TimeSpan, Exception?)

View source
public void TrackRead(bool success, TimeSpan callTime, Exception? exception)
Track attempts to read from the partition. Tracked per partition read operation.

Parameters

successbool
True if read succeeded, false if read failed.
callTimeTimeSpan
Time spent in read operation.
exceptionException?
The exception caught if read failed.