RateLimiterStatistics.CurrentQueuedCount プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RateLimiterのキューに登録された許可の数を取得します。
public:
property long CurrentQueuedCount { long get(); void set(long value); };
public long CurrentQueuedCount { get; init; }
member this.CurrentQueuedCount : int64 with get, set
Public Property CurrentQueuedCount As Long