SPThrottlingRule members
Rule for removing targets based on health
The SPThrottlingRule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPThrottlingRule() | Default constructor | |
SPThrottlingRule(String) | Constructor for creating a throttling rule |
Top
Properties
Name | Description | |
---|---|---|
Criteria | Gets or sets a collection of criteria to match against the request. (Inherited from SPRequestManagementRule.) | |
ExecutionGroup | Gets or sets the execution grouping that the rule runs in. (Inherited from SPRequestManagementRule.) | |
Expiration | Gets or sets the date the rule expires. (Inherited from SPRequestManagementRule.) | |
Name | Gets or sets the name of the rule. (Inherited from SPRequestManagementRule.) | |
Threshold | The SPHealth threshold to throttle at. Any machine with health greater or equal to this will be removed |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top