Method GetRetryDelay
GetRetryDelay(Request)
Determines how long to wait between successive retries.
Declaration
public TimeSpan GetRetryDelay(Request request)
Parameters
| Type | Name | Description |
|---|---|---|
| Request | request | The Request object describing the running operation. |
Returns
| Type | Description |
|---|---|
| TimeSpan | A time interval to wait before the next retry. |
Implements
Remarks
You do not need to call this method. It is called by the driver
to determine the delay before the next retry of the operation.