OperationRetrySettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the policy for retrying requests on exceptions in the communication channel between client and service replicas.
public sealed class OperationRetrySettings
type OperationRetrySettings = class
Public NotInheritable Class OperationRetrySettings
- Inheritance
-
System.ObjectOperationRetrySettings
Constructors
OperationRetrySettings() |
Instantiates OperationRetrySettings with default values for the retry settings. The default values for MaxRetryBackoffIntervalOnTransientErrors, NonTransientErrors are 2 seconds. The default value for MaxRetryCount is 10. |
Properties
MaxRetryBackoffIntervalOnNonTransientErrors |
Specifies the maximum interval to back-off before retrying in-case of Non transient errors |
MaxRetryBackoffIntervalOnTransientErrors |
Specifies the maximum interval to back-off before retrying in-case of Transient errors |