Class RetryConfiguration
Configuration class to set the polly retry policies to be applied to the requests.
Inherited Members
Namespace: mailslurp.Client
Assembly: mailslurp.dll
Syntax
public static class RetryConfiguration
Properties
View SourceAsyncRetryPolicy
Async retry policy
Declaration
public static IAsyncPolicy<RestResponse> AsyncRetryPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| IAsyncPolicy<RestResponse> |
RetryPolicy
Retry policy
Declaration
public static ISyncPolicy<RestResponse> RetryPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| ISyncPolicy<RestResponse> |