LoadController members
Contains the throttle configuration settings for different scopes.
The LoadController type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsThrottleRule | Indicates whether a throttling rule exists for the given ThrottleScope and ThrottleType objects. | |
Dispose | Disposes the resources used by the LoadController. | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetThrottleRuleDefault | Gets the throttling rule default value for the given ThrottleScope and ThrottleType objects. | |
GetThrottleRuleMax | Gets the throttling rule maximum value for the given ThrottleScope and ThrottleType objects. | |
IsThrottleRuleEnabled | Determines whether the throttling rule is enabled. | |
OverrideThrottleRuleDefault | Overrides the throttling rule default value for the given ThrottleScope and ThrottleType objects. | |
Stop | Prevents the timer job from automatically updating throttling rules. |
Top