Class RetryConfiguration
- Namespace
- Monai.Deploy.InformaticsGateway.Configuration
- Assembly
- Monai.Deploy.InformaticsGateway.Configuration.dll
public class RetryConfiguration
- Inheritance
-
RetryConfiguration
Constructors
RetryConfiguration()
public RetryConfiguration()
Properties
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.
[ConfigurationKeyName("delays")]
public int[] DelaysMilliseconds { get; set; }
Property Value
- int[]
RetryDelays
public IEnumerable<TimeSpan> RetryDelays { get; }