Method | Description | |
---|---|---|
RetryForExceptionAsync ( IExecutionContext executionContext, |
Return true if the request should be retried.
|
|
WaitBeforeRetryAsync ( IExecutionContext executionContext ) : System.Threading.Tasks.Task |
Waits before retrying a request.
|
public RetryForExceptionAsync ( IExecutionContext executionContext, |
||
executionContext | IExecutionContext | Request context containing the state of the request. |
exception | The exception thrown by the previous request. | |
return | Task |
public WaitBeforeRetryAsync ( IExecutionContext executionContext ) : System.Threading.Tasks.Task | ||
executionContext | IExecutionContext | The execution context which contains both the /// requests and response context. |
return | System.Threading.Tasks.Task |