Свойство | Type | Description | |
---|---|---|---|
DEFAULT_TIMEOUT | long |
Méthode | Description | |
---|---|---|
CanRetry ( IRetryContext context ) : bool |
Only permits a retry if the timeout has not expired. Does not check the exception at all.
|
|
Close ( IRetryContext context ) : void |
The close.
|
|
Open ( IRetryContext parent ) : IRetryContext |
The open.
|
|
RegisterException ( IRetryContext context, |
The register exception.
|
public CanRetry ( IRetryContext context ) : bool | ||
context | IRetryContext | The context. |
Résultat | bool |
public Close ( IRetryContext context ) : void | ||
context | IRetryContext | The context. |
Résultat | void |
public Open ( IRetryContext parent ) : IRetryContext | ||
parent | IRetryContext | The parent. |
Résultat | IRetryContext |
public RegisterException ( IRetryContext context, |
||
context | IRetryContext | The context. |
exception | The exception. | |
Résultat | void |