SPResourceTrackingRuleCollection members
Represents an IEnumerable instance of the SPResourceTrackingRule object.
The SPResourceTrackingRuleCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of rules in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add(SPResourceKind, Int32, Int32) | Adds a new SPResourceTrackingRule object to the collection. | |
Add(SPResourceKind, Int32, Int32, Dictionary<String, SPResourceThrottlingThresholds>) | ||
Add(SPResourceKind, String, Int32, Int32, Dictionary<String, SPResourceThrottlingThresholds>) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get(SPResourceKind) | Gets a new SPResourceTrackingRule object from the collection. | |
Get(SPResourceKind, String) | ||
GetEnumerator | Implements IEnumerable<SPResourceTrackingRule>. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Implements an instance of IEnumerable. |
Top