Share via


RateLimiterStatistics Class

Definition

Snapshot of statistics for a RateLimiter.

public class RateLimiterStatistics
type RateLimiterStatistics = class
Public Class RateLimiterStatistics
Inheritance
RateLimiterStatistics

Constructors

RateLimiterStatistics()

Initializes an instance of RateLimiterStatistics.

Properties

CurrentAvailablePermits

Gets the number of permits currently available for the RateLimiter.

CurrentQueuedCount

Gets the number of queued permits for the RateLimiter.

TotalFailedLeases

Gets the total number of failed RateLimitLeases returned.

TotalSuccessfulLeases

Gets the total number of successful RateLimitLeases returned.

Applies to