Click or drag to resize

TokenBucketT Class

[Missing <summary> documentation for "T:Sportradar.SDK.Services.RateLimiter.TokenBucket`1"]

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.Services.RateLimiterTokenBucketT

Namespace: Sportradar.SDK.Services.RateLimiter
Assembly: RateLimiter (in RateLimiter.dll) Version: 2.28.0.0
Syntax
C#
public class TokenBucket<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Sportradar.SDK.Services.RateLimiter.TokenBucket`1"]

The TokenBucketT type exposes the following members.

Constructors
 NameDescription
Public methodTokenBucketTInitializes a new instance of the TokenBucketT class
Top
Properties
 NameDescription
Public propertyName 
Top
Methods
 NameDescription
Public methodDispatch 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFillBucket(Int32) 
Public methodFillBucket(T) 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStartFilling 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberDEF_QUEUE_SIZE 
Top
See Also