C# Class MassTransit.RetryContextExtensions

ファイルを表示 Open project: MassTransit/MassTransit

Public Methods

Method 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 method

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
return int