LoadController Members
Include Protected Members
Include Inherited Members
Contains the throttle configuration settings for different scopes on the client.
The LoadController type exposes the following members.
Properties
Name | Description | |
---|---|---|
Instance | Gets the singleton instance of the LoadController class. |
Top
Methods
Name | Description | |
---|---|---|
ContainsThrottleRule | Indicates whether a throttling rule exists for the given ThrottleScope and ThrottleType objects. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | Releases the resources used by this LoadController. | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides Object.Finalize().) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
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. | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
IsThrottleRuleEnabled | Determines if the throttling rule is enabled. | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
OverrideThrottleRuleDefault | Overrides the throttling rule default value for the given ThrottleScope and ThrottleType objects. | |
Stop | Prevents the timer job from automatically updating throttling rules. | |
ToString | (Inherited from Object.) |
Top