Show / Hide Table of Contents

    Delegate ShouldRetryHandler

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public delegate Microsoft.Rest.TransientFaultHandling.RetryCondition ShouldRetryHandler(int retryCount, Exception lastException);
    Parameters
    Int32 retryCount

    Exception lastException

    Returns
    RetryCondition

    Back to top Azure SDK for Net