Share via


ActivityPolicy.RetryIntervalInSeconds Property

Definition

Gets or sets interval between each retry attempt (in seconds). The default is 30 sec.

[Newtonsoft.Json.JsonProperty(PropertyName="retryIntervalInSeconds")]
public int? RetryIntervalInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retryIntervalInSeconds")>]
member this.RetryIntervalInSeconds : Nullable<int> with get, set
Public Property RetryIntervalInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to