Class DefaultResiliencePolicies
Definitions of the default resilience policy options.
Inheritance
System.Object
DefaultResiliencePolicies
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 static class DefaultResiliencePolicies
Properties
DefaultCircuitBreakerPolicy
Gets the resilience policy options with the default circuit breaker policy.
Declaration
public static ResiliencePolicyOptions DefaultCircuitBreakerPolicy { get; }
Property Value
Type | Description |
---|---|
ResiliencePolicyOptions |
DefaultRetryAndCircuitBreakerPolicy
Gets the resilience policy options with the default retry and circuit breaker policy.
Declaration
public static ResiliencePolicyOptions DefaultRetryAndCircuitBreakerPolicy { get; }
Property Value
Type | Description |
---|---|
ResiliencePolicyOptions |
DefaultRetryPolicy
Gets the resilience policy options with the default retry policy.
Declaration
public static ResiliencePolicyOptions DefaultRetryPolicy { get; }
Property Value
Type | Description |
---|---|
ResiliencePolicyOptions |
NoPolicy
Gets the resilience policy options with no configured policies.
Declaration
public static ResiliencePolicyOptions NoPolicy { get; }
Property Value
Type | Description |
---|---|
ResiliencePolicyOptions |