Skip to content

Commit

Permalink
Update RateLimiting ref assembly (#75978)
Browse files Browse the repository at this point in the history
Co-authored-by: Brennan <brecon@microsoft.com>
  • Loading branch information
github-actions[bot] and BrennanConroy committed Sep 22, 2022
1 parent 34c5488 commit a5e1fd5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ protected virtual void Dispose(bool disposing) { }
public partial class RateLimiterStatistics
{
public RateLimiterStatistics() { }
public long CurrentAvailablePermits { get { throw null; } set { } }
public long CurrentQueuedCount { get { throw null; } set { } }
public long TotalFailedLeases { get { throw null; } set { } }
public long TotalSuccessfulLeases { get { throw null; } set { } }
public long CurrentAvailablePermits { get { throw null; } init { } }
public long CurrentQueuedCount { get { throw null; } init { } }
public long TotalFailedLeases { get { throw null; } init { } }
public long TotalSuccessfulLeases { get { throw null; } init { } }
}
public abstract partial class RateLimitLease : System.IDisposable
{
Expand Down

0 comments on commit a5e1fd5

Please sign in to comment.