Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.WaiterLimit

Summary

Defines a rate limit for use with Waiter, as an absolute maximum number of occurrences permitted in the specified time interval.

Constructors

WaiterLimit(TimeSpan interval, int maxOccurrences)
Constructor.

Instance properties

TimeSpanTime interval to which the limit applies.
intMaximum number of occurrences allowed per time interval.