GraphRetryPolicy.MaxDelay

GraphRetryPolicy.MaxDelay property

Gets or sets the maximum delay used for exponential backoff when Retry-After is not available.

public TimeSpan MaxDelay { get; set; }

See Also