Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / Interval Property

In This Topic
    Interval Property (MetricValueCollection)
    In This Topic
    The unit of intervals between samples. If not set to default or shortest, see the Intervals property for how many intervals between samples.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Interval As MetricSampleInterval
    public MetricSampleInterval Interval {get;}
    Remarks
    To get a higher resolution data set in the case when the sample interval is not set to shortest, use the CalculateValues method on the metric.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also