DefaultQueueAdapterReceiverMonitor.TrackRead Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Track attempts to read from the queue. Tracked per queue read operation.
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)
Parameters
- success
- Boolean
True if read succeeded, false if read failed.
- callTime
- TimeSpan
Time spent in read operation.
- exception
- Exception
The exception caught if read failed.