ActivityPolicy.RetryIntervalInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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