편집

RateLimitPartition<TKey>.Factory Property

Definition

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

public:
 property Func<TKey, System::Threading::RateLimiting::RateLimiter ^> ^ Factory { Func<TKey, System::Threading::RateLimiting::RateLimiter ^> ^ get(); };
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