ILoadController Members
Include Protected Members
Include Inherited Members
Represents the interface implemented by the LoadController class that contains the throttling rules for scopes.
The ILoadController type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsThrottleRule | Determines whether a throttling rule exists for the given ThrottleType object and ThrottleScope object. | |
GetThrottleRuleDefault | Returns the default value for the given ThrottleScope object and ThrottleType object. | |
GetThrottleRuleMax | Returns the maximum value for the given ThrottleScope object and ThrottleType object. | |
IsThrottleRuleEnabled | Determines whether the throttle rule is enabled for a given ThrottleScope object and ThrottleType object . | |
OverrideThrottleRuleDefault | Overrides the default value set by the administrator for the ThrottleType. |
Top