Search Results for

    Show / Hide Table of Contents

    Class RetryConfiguration

    Inheritance
    System.Object
    RetryConfiguration
    Namespace: Monai.Deploy.InformaticsGateway.Configuration
    Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
    Syntax
    public class RetryConfiguration

    Constructors

    | Improve this Doc View Source

    RetryConfiguration()

    Declaration
    public RetryConfiguration()

    Properties

    | Improve this Doc View Source

    DelaysMilliseconds

    Gets or sets delays, in milliseconds, between each retry. Number of items specified is the number of times the call would be retried. Values can be separated by commas. Default is 250, 500, 1000.

    Declaration
    [ConfigurationKeyName("delays")]
    public int[] DelaysMilliseconds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    RetryDelays

    Declaration
    public IEnumerable<TimeSpan> RetryDelays { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.TimeSpan>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX