Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / MetricValueCollection Constructor / MetricValueCollection Constructor(EventMetricValueDefinition,MetricSampleInterval,Int32,String)
The event metric value this value set relates to.
The interval to bias to.
The number of intervals to have between each value exactly.
An end-user short display caption for the unit axis.

In This Topic
    MetricValueCollection Constructor(EventMetricValueDefinition,MetricSampleInterval,Int32,String)
    In This Topic
    Create a new metric value set.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal trendValue As EventMetricValueDefinition, _
       ByVal interval As MetricSampleInterval, _
       ByVal intervals As Integer, _
       ByVal unitCaption As String _
    )
    public MetricValueCollection( 
       EventMetricValueDefinition trendValue,
       MetricSampleInterval interval,
       int intervals,
       string unitCaption
    )

    Parameters

    trendValue
    The event metric value this value set relates to.
    interval
    The interval to bias to.
    intervals
    The number of intervals to have between each value exactly.
    unitCaption
    An end-user short display caption for the unit axis.
    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