Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValue Class / MetricValue Constructor
The metric value set this value is part of.
The unique date and time of this value sample.
The calculated value.

MetricValue Constructor
Create a new metric value for the specified metric value set.
Syntax
'Declaration
 
Public Function New( _
   ByVal metricValueCollection As MetricValueCollection, _
   ByVal timeStamp As DateTimeOffset, _
   ByVal value As Double _
)
 

Parameters

metricValueCollection
The metric value set this value is part of.
timeStamp
The unique date and time of this value sample.
value
The calculated value.
Remarks
The new metric value is automatically added to the provided metric value set.
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