Class RetryConfiguration
Configuration class to set the polly retry policies to be applied to the requests.
Inherited Members
object.Equals(object, object)
object.MemberwiseClone()
object.ToString()
Namespace: mailslurp.Client
Assembly: mailslurp.dll
Syntax
public static class RetryConfiguration
Properties
View SourceAsyncRetryPolicy
Async retry policy
Declaration
public static AsyncPolicy<RestResponse> AsyncRetryPolicy { get; set; }
Property Value
Type | Description |
---|---|
Polly.AsyncPolicy<TResult><RestResponse> |
RetryPolicy
Retry policy
Declaration
public static Policy<RestResponse> RetryPolicy { get; set; }
Property Value
Type | Description |
---|---|
Polly.Policy<TResult><RestResponse> |