Sdílet prostřednictvím


RateLimitPartition<TKey>(TKey, Func<TKey,RateLimiter>) Konstruktor

Definice

public RateLimitPartition (TKey partitionKey, Func<TKey,System.Threading.RateLimiting.RateLimiter> factory);
new System.Threading.RateLimiting.RateLimitPartition<'Key> : 'Key * Func<'Key, System.Threading.RateLimiting.RateLimiter> -> System.Threading.RateLimiting.RateLimitPartition<'Key>
Public Sub New (partitionKey As TKey, factory As Func(Of TKey, RateLimiter))

Parametry

partitionKey
TKey

Konkrétní klíč pro tento oddíl.

factory
Func<TKey,RateLimiter>

Funkce volaná v případě, že je potřeba omezení rychlosti pro danou funkci partitionKey .

Platí pro