Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class / Add Method / Add(IMetricValue) Method
The new MetricValue item to add.

In This Topic
    Add(IMetricValue) Method
    In This Topic
    Adds the supplied MetricValue item to this collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal item As IMetricValue _
    ) 
    public void Add( 
       IMetricValue item
    )

    Parameters

    item
    The new MetricValue item to add.
    Remarks
    The MetricValue item must refer to this metric value set, and have a unique timestamp.
    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