FixedWindowRateLimiter.IdleDuration Property
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.
Specifies how long the RateLimiter has had all permits available. Used by RateLimiter managers that may want to clean up unused RateLimiters.
public override TimeSpan? IdleDuration { get; }
member this.IdleDuration : Nullable<TimeSpan>
Public Overrides ReadOnly Property IdleDuration As Nullable(Of TimeSpan)