CosmosException.RetryAfter Property

Definition

Gets the retry after time. This tells how long a request should wait before doing a retry.

public virtual TimeSpan? RetryAfter { get; }
member this.RetryAfter : Nullable<TimeSpan>
Public Overridable ReadOnly Property RetryAfter As Nullable(Of TimeSpan)

Property Value

Applies to