Compartilhar via


SPResourceMeasure.MinimumThreshold Property

The minimum threshold beneath which any usage is capped. For example, in measuring CPU time, a MinimumThreshold measurement might be 100ms. Any incremental usage beneath 100ms is not aggregated, since that is assumed to be a completely normal execution time for a Web Part. Any usage above the minimum threshold is tracked and recorded as (value - MinimumThreshold).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property MinimumThreshold As Double
    Get
    Set
'Usage
Dim instance As SPResourceMeasure
Dim value As Double

value = instance.MinimumThreshold

instance.MinimumThreshold = value
public double MinimumThreshold { get; set; }

Property Value

Type: System.Double
Returns Double.

See Also

Reference

SPResourceMeasure Class

SPResourceMeasure Members

Microsoft.SharePoint.Administration Namespace