JobStepExecutionOptions.RetryIntervalBackoffMultiplier Property

Definition

Gets or sets the backoff multiplier for the time between retries.

[Newtonsoft.Json.JsonProperty(PropertyName="retryIntervalBackoffMultiplier")]
public double? RetryIntervalBackoffMultiplier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retryIntervalBackoffMultiplier")>]
member this.RetryIntervalBackoffMultiplier : Nullable<double> with get, set
Public Property RetryIntervalBackoffMultiplier As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to