Edit

Share via


IQueueAdapterReceiverMonitor.TrackRead(Boolean, TimeSpan, Exception) Method

Definition

Track attempts to read from the partition. Tracked per partition read operation.

public void TrackRead (bool success, TimeSpan callTime, Exception exception);
abstract member 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.

Applies to