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 SourceRetryConfiguration()
Declaration
public RetryConfiguration()
Properties
| Improve this Doc View SourceDelaysMilliseconds
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[] |
RetryDelays
Declaration
public IEnumerable<TimeSpan> RetryDelays { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.TimeSpan> |