SPBandwidthUsageMonitoredScope members
Monitors performance bandwidth usage for a specified section of code.
The SPBandwidthUsageMonitoredScope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPBandwidthUsageMonitoredScope(SPBandwidthUserComponentId, SPBandwidthAccessType, String) | Initializes a new instance of an SPBandwidthUsageMonitoredScope class based on the component ID and access type for the referenced URL. | |
SPBandwidthUsageMonitoredScope(SPBandwidthUserComponentId, SPBandwidthAccessType, String, Guid) | Initializes a new instance of an SPBandwidthUsageMonitoredScope class based on the specified component ID, access type, and product ID, and the referenced URL. |
Top
Properties
Name | Description | |
---|---|---|
RequestContentLen | Gets or sets the request content length. | |
ResponseContentLen | Gets or sets the response content length. | |
Result | Gets or sets the HTTP operation result (-1 for time-out). |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDisposing | Occurs when scope is being disposed. (Overrides SPResourceBudget.OnDisposing().) | |
ToString | (Inherited from Object.) |
Top