DefaultQueueAdapterReceiverMonitor.TrackRead 方法

定义

跟踪从队列读取的尝试。 跟踪每个队列读取操作。

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)

参数

success
Boolean

如果读取成功,则为 True;如果读取失败,则为 false。

callTime
TimeSpan

读取操作所用的时间。

exception
Exception

读取失败时捕获的异常。

实现

适用于