다음을 통해 공유


RetryPolicy.Count Property

Definition

Gets or sets maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public object Count { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : obj with get, set
Public Property Count As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to