Class ResiliencePolicyOptions
Definitions of the resilience policy options.
Inheritance
System.Object
ResiliencePolicyOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.Policy.Resilience
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ResiliencePolicyOptions
Properties
CircuitBreakerPolicyOptions
Gets or sets the circuit breaker policy options.
Declaration
public CircuitBreakerPolicyOptions CircuitBreakerPolicyOptions { get; set; }
Property Value
Type | Description |
---|---|
CircuitBreakerPolicyOptions |
RetryPolicyOptions
Gets or sets the retry policy options.
Declaration
public RetryPolicyOptions RetryPolicyOptions { get; set; }
Property Value
Type | Description |
---|---|
RetryPolicyOptions |