Click or drag to resize

RateGate Class

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

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.Services.RateLimiterRateGate

Namespace: Sportradar.SDK.Services.RateLimiter
Assembly: RateLimiter (in RateLimiter.dll) Version: 2.28.0.0
Syntax
C#
public class RateGate : IRateGate, IDisposable

The RateGate type exposes the following members.

Constructors
 NameDescription
Public methodRateGateInitializes a new instance of the RateGate class
Top
Properties
Methods
 NameDescription
Public methodDisposeReleases all resources used by the RateGate
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPeek 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWaitToProceed(Int32) 
Public methodWaitToProceed(TimeSpan, Int32) 
Top
Fields
 NameDescription
Public fieldm_exit_times 
Top
See Also