IFallbackPolicy<TResult>
Defines properties and methods common to all Fallback policies generic-typed for executions returning results of type TResult.
namespace Polly.Fallback
{
public interface IFallbackPolicy<TResult> : IFallbackPolicy, IsPolicy
{
}
}