Düzenle

Aracılığıyla paylaş


DefaultQueueAdapterReceiverMonitor.TrackRead Method

Definition

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.

Implements

Applies to