![JAR search and dependency download from the Maven repository](/logo.png)
csharp-netcore.RetryConfiguration.mustache Maven / Gradle / Ivy
using Polly;
using RestSharp;
namespace {{packageName}}.Client
{
///
/// Configuration class to set the polly retry policies to be applied to the requests.
///
public class RetryConfiguration
{
///
/// Retry policy
///
public static Policy RetryPolicy { get; set; }
///
/// Async retry policy
///
public static AsyncPolicy AsyncRetryPolicy { get; set; }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy