Method ShouldRetry
ShouldRetry(Request)
Determines whether the operation should be retried.
Declaration
public bool ShouldRetry(Request request)
Parameters
| Type | Name | Description |
|---|---|---|
| Request | request | The Request object describing the running operation. |
Returns
| Type | Description |
|---|---|
| Boolean | true to retry the operation, otherwise
false. |
Implements
Remarks
You do not need to call this method. It is called by the driver
to determine whether the operation should be retried.