Namespace Polly.Fallback
Classes
- FallbackPolicy
A fallback policy that can be applied to delegates.
- FallbackPolicy<TResult>
A fallback policy that can be applied to delegates returning a value of type
TResult
.
Interfaces
- IFallbackPolicy
Defines properties and methods common to all Fallback policies.
- IFallbackPolicy<TResult>
Defines properties and methods common to all Fallback policies generic-typed for executions returning results of type
TResult
.