RateLimitPartition<TKey> 구조체

정의

generic <typename TKey>
public value class RateLimitPartition
public struct RateLimitPartition<TKey>
type RateLimitPartition<'Key> = struct
Public Structure RateLimitPartition(Of TKey)

형식 매개 변수

TKey

파티션을 구분할 형식입니다.

상속
RateLimitPartition<TKey>

생성자

Name Description
RateLimitPartition<TKey>(TKey, Func<TKey,RateLimiter>)

에서 사용할 대상을 RateLimitPartition<TKey> 생성합니다 Create<TResource,TPartitionKey>(Func<TResource,RateLimitPartition<TPartitionKey>>, IEqualityComparer<TPartitionKey>).

속성

Name Description
Factory

지정된 partitionKey에 대한 속도 제한기가 필요할 때 호출되는 함수입니다.

PartitionKey

이 파티션의 특정 키입니다.

적용 대상