Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / MetricValueCollection Constructor / MetricValueCollection Constructor(String,String,TimeSpan,String)
The end-user caption for this metric value set.
The end-user description for this metric value set.
The interval.
An end-user short display caption for the unit axis.

In This Topic
    MetricValueCollection Constructor(String,String,TimeSpan,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 TimeSpan, _
       ByVal unitCaption As String _
    )
    public MetricValueCollection( 
       string caption,
       string description,
       TimeSpan interval,
       string unitCaption
    )

    Parameters

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