Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / MetricValueCollection Constructor / MetricValueCollection Constructor(Metric,MetricSampleInterval,Int32,String)
The metric 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.

MetricValueCollection Constructor(Metric,MetricSampleInterval,Int32,String)
Create a new metric value set.
Syntax
'Declaration
 
Public Function New( _
   ByVal metric As Metric, _
   ByVal interval As MetricSampleInterval, _
   ByVal intervals As Integer, _
   ByVal unitCaption As String _
)
 

Parameters

metric
The metric 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