Property RetryCount
RetryCount
Gets the number of times the operation has been retried.
Declaration
public int RetryCount { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The number of retries performed, including the original try. |
Remarks
This only includes retries performed by the driver using the
configured retry handler (not the retries performed manually
by the application).