Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricDefinitionCollection Class / Add(IMetricDefinition) Method
The new MetricDefinition item to add.

In This Topic
    Add(IMetricDefinition) Method
    In This Topic
    Add an existing MetricDefinition item to this collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As IMetricDefinition _
    ) 
    public void Add( 
       IMetricDefinition item
    )

    Parameters

    item
    The new MetricDefinition item to add.
    Remarks
    If the supplied MetricDefinitin item is already in the collection, an exception will be thrown.
    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