System.Threading.RateLimiting.RateLimiterStatistics
Snapshot of statistics for a RateLimiter.
Gets the number of permits currently available for the RateLimiter.
Gets the number of queued permits for the RateLimiter.
Gets the total number of failed RateLimitLeases returned.
Gets the total number of successful RateLimitLeases returned.
public RateLimiterStatistics()
Initializes an instance of RateLimiterStatistics.