Table of Contents

ThrottlingSentinelAttribute Constructor

Definition

ThrottlingSentinelAttribute(int, double, TimeUnit)

Initializes a new instance of the ThrottlingSentinelAttribute class.

protected ThrottlingSentinelAttribute(int rateLimit, double window, TimeUnit windowUnit)

Parameters

rateLimit int

The allowed rate from within a given window.

window double

The duration of the window.

windowUnit TimeUnit

One of the enumeration values that specifies the time unit of window.