ConcurrencyLimiterOptions.QueueLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可同時排入佇列的允許數目上限。 必須在這些選項傳遞至 的 ConcurrencyLimiter 建構函式時,設定為值 > = 0。
public int QueueLimit { get; set; }
member this.QueueLimit : int with get, set
Public Property QueueLimit As Integer