C# 클래스 MassTransit.RetryContextExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
GetRetryAttempt ( this context ) : int

If within a retry attempt, the return value is greater than zero and indicates the number of retry attempts that have occurred.

메소드 상세

GetRetryAttempt() 공개 정적인 메소드

If within a retry attempt, the return value is greater than zero and indicates the number of retry attempts that have occurred.
public static GetRetryAttempt ( this context ) : int
context this
리턴 int