C# Class MassTransit.RetryContextExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
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.

Method Details

GetRetryAttempt() public static méthode

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
Résultat int