다음을 통해 공유


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

읽기에 실패한 경우 catch된 예외입니다.

구현

적용 대상