LoadController Members
Include Protected Members
Include Inherited 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. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | Disposes the resources used by the LoadController. | |
Equals | (Inherited from Object.) | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides Object.Finalize().) | |
GetHashCode | (Inherited from Object.) | |
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. | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
IsThrottleRuleEnabled | Determines whether the throttling rule is enabled. | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (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