Метод | Описание | |
---|---|---|
CanRetry ( IRetryContext context ) : bool |
The can retry.
|
|
Close ( IRetryContext context ) : void |
The close.
|
|
ExceptionClassifierRetryContext ( IRetryContext parent, IRetryPolicy>.IClassifier |
Initializes a new instance of the ExceptionClassifierRetryContext class.
|
|
Open ( IRetryContext parent ) : IRetryContext |
The open.
|
|
RegisterException ( IRetryContext context, |
The register exception.
|
Метод | Описание | |
---|---|---|
GetContext ( IRetryPolicy policy, IRetryContext parent ) : IRetryContext |
public CanRetry ( IRetryContext context ) : bool | ||
context | IRetryContext | The context. |
Результат | bool |
public Close ( IRetryContext context ) : void | ||
context | IRetryContext | The context. |
Результат | void |
public ExceptionClassifierRetryContext ( IRetryContext parent, IRetryPolicy>.IClassifier |
||
parent | IRetryContext | The parent. |
exceptionClassifier | IRetryPolicy>.IClassifier | The exception classifier. |
Результат | System |
public Open ( IRetryContext parent ) : IRetryContext | ||
parent | IRetryContext | The parent. |
Результат | IRetryContext |
public RegisterException ( IRetryContext context, |
||
context | IRetryContext | The context. |
exception | The exception. | |
Результат | void |