Class RateLimitProvider<TTokenBase>
Provides a token to the api clients. Tokens will be rate limited based on the provided TimeSpan.
Inherited Members
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class RateLimitProvider<TTokenBase> : TokenProvider<TTokenBase> where TTokenBase : TokenBase
Type Parameters
| Name | Description |
|---|---|
| TTokenBase |
Constructors
View SourceRateLimitProvider(TokenContainer<TTokenBase>)
Instantiates a ThrottledTokenProvider. Your tokens will be rate limited based on the token's timeout.
Declaration
public RateLimitProvider(TokenContainer<TTokenBase> container)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenContainer<TTokenBase> | container |