Compartir a través de


RetryPolicy.IntervalInSeconds Propiedad

Definición

Obtiene o establece el intervalo entre reintentos en segundos. El valor predeterminado es 30.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a