FixedWindowRateLimiter.GetStatistics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a snapshot of the RateLimiter statistics if available.
public override System.Threading.RateLimiting.RateLimiterStatistics? GetStatistics ();
override this.GetStatistics : unit -> System.Threading.RateLimiting.RateLimiterStatistics
Public Overrides Function GetStatistics () As RateLimiterStatistics
Returns
An instance of RateLimiterStatistics containing a snapshot of the RateLimiter statistics.