C# Класс MassTransit.RetryContextExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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