다음을 통해 공유


SubscriptionAcceptOwnershipHeaders.RetryAfter Property

Definition

Gets or sets the amount of delay to use while the status of the operation is checked. The value is expressed in seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to