RetryPolicy.EventTimeToLiveInMinutes Property

Definition

Gets or sets time To Live (in minutes) for events.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to