Show / Hide Table of Contents

    Interface ITransientErrorDetectionStrategy

    HttpStatusCodeErrorDetectionStrategy
    TransientErrorIgnoreStrategy
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public interface ITransientErrorDetectionStrategy

    Methods

    IsTransient(Exception)

    Declaration
    public bool IsTransient (Exception ex);
    Parameters
    Exception ex

    Returns
    Boolean

    Back to top Azure SDK for Net