Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / MetricValueCollection Constructor / MetricValueCollection Constructor(String,String,MetricSampleInterval,Int32,String)
The end-user caption for this metric value set.
The end-user description for this metric value set.
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(String,String,MetricSampleInterval,Int32,String)
    In This Topic
    Create a new metric value set.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal caption As String, _
       ByVal description As String, _
       ByVal interval As MetricSampleInterval, _
       ByVal intervals As Integer, _
       ByVal unitCaption As String _
    )

    Parameters

    caption
    The end-user caption for this metric value set.
    description
    The end-user description for this metric value set.
    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