Search Results for

    Show / Hide Table of Contents

    Class RetryConfiguration

    Configuration class to set the polly retry policies to be applied to the requests.

    Inheritance
    object
    RetryConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: mailslurp.Client
    Assembly: mailslurp.dll
    Syntax
    public static class RetryConfiguration

    Properties

    View Source

    AsyncRetryPolicy

    Async retry policy

    Declaration
    public static AsyncPolicy<RestResponse> AsyncRetryPolicy { get; set; }
    Property Value
    Type Description
    Polly.AsyncPolicy<TResult><RestResponse>
    View Source

    RetryPolicy

    Retry policy

    Declaration
    public static Policy<RestResponse> RetryPolicy { get; set; }
    Property Value
    Type Description
    Polly.Policy<TResult><RestResponse>
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.