Chat Support
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.

MetricValueCollection Constructor(String,String,TimeSpan,String)
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 _
)
 

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