ReplenishingRateLimiter.IsAutoReplenishing 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 if the ReplenishingRateLimiter is automatically replenishing its tokens or if it expects an external source to regularly call TryReplenish().
public abstract bool IsAutoReplenishing { get; }
member this.IsAutoReplenishing : bool
Public MustOverride ReadOnly Property IsAutoReplenishing As Boolean