Field NoRetries
Retry handler instance that disables all operation retries.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public static readonly IRetryHandler NoRetries
Returns
| Type | Description |
|---|---|
| IRetryHandler |
Remarks
You can set RetryHandler to this value
to disable all operation retries. In this case the application
may retry the operations manually. This value is a read-only
singleton instance.