Show / Hide Table of Contents

    Class RetryCondition

    Inheritance
    Object
    RetryCondition
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public class RetryCondition

    Constructors

    RetryCondition(Boolean, TimeSpan)

    Declaration
    public RetryCondition (bool retryAllowed, TimeSpan delay);
    Parameters
    Boolean retryAllowed

    TimeSpan delay

    Properties

    DelayBeforeRetry

    Declaration
    public TimeSpan DelayBeforeRetry { get; set; }
    Property Value
    TimeSpan

    RetryAllowed

    Declaration
    public bool RetryAllowed { get; set; }
    Property Value
    Boolean

    Back to top Azure SDK for Net