SlidingWindowRateLimiterOptions.QueueProcessingOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the behaviour of AcquireAsync(Int32, CancellationToken) when not enough resources can be leased.
public System.Threading.RateLimiting.QueueProcessingOrder QueueProcessingOrder { get; set; }
member this.QueueProcessingOrder : System.Threading.RateLimiting.QueueProcessingOrder with get, set
Public Property QueueProcessingOrder As QueueProcessingOrder
Property Value
OldestFirst by default.