Click or drag to resize

AndRateGate Class

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

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.Services.RateLimiterAndRateGate

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

The AndRateGate type exposes the following members.

Constructors
 NameDescription
Public methodAndRateGateInitializes a new instance of the AndRateGate class
Top
Properties
 NameDescription
Public propertyName 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the AndRateGate
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
See Also