RetryPolicy.MaxDeliveryAttempts Property

Definition

Gets or sets maximum number of delivery retry attempts for events.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to