Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / MetricPacketDictionary Class / Add Method
The new metric object to add.

In This Topic
    Add Method (MetricPacketDictionary)
    In This Topic
    Add an existing metric packet object to our collection. It must be for the same analysis as this collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal newMetricPacket As MetricPacket _
    ) 
    public void Add( 
       MetricPacket newMetricPacket
    )

    Parameters

    newMetricPacket
    The new metric object to add.
    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