Class RetryConfiguration
Inheritance
RetryConfiguration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
public class RetryConfiguration
Constructors
|
Improve this Doc
View Source
Declaration
public RetryConfiguration()
Properties
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Declaration
public IEnumerable<TimeSpan> RetryDelays { get; }
Property Value