RateLimiter.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 abstract TimeSpan? IdleDuration { get; }
member this.IdleDuration : Nullable<TimeSpan>
Public MustOverride ReadOnly Property IdleDuration As Nullable(Of TimeSpan)
Property Value
Remarks
Returns null
when the RateLimiter is in use or is not ready to be idle.