Share via


RateLimitPartition<TKey>.Factory Property

Definition

The function called when a rate limiter for the given partitionKey is needed.

public Func<TKey,System.Threading.RateLimiting.RateLimiter> Factory { get; }
member this.Factory : Func<'Key, System.Threading.RateLimiting.RateLimiter>
Public ReadOnly Property Factory As Func(Of TKey, RateLimiter)

Property Value

Applies to