Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: WaiterLimit(TimeSpan, int)

Declaration

public WaiterLimit(
    TimeSpan interval,
    int maxOccurrences
)

Summary

Constructor.

Parameters

TimeSpaninterval Time interval to which the limit applies.
intmaxOccurrences Maximum number of occurrences allowed per time interval.