ConcurrencyLimiter.IdleDuration Property

Definition

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)

Property Value

Applies to