Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricValueDefinitionCollection Class / Add Method / Add(IEventMetricValueDefinition) Method
An existing value definition item associated with our metric definition

In This Topic
    Add(IEventMetricValueDefinition) Method
    In This Topic
    Add an existing value definition item to this collection
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal item As IEventMetricValueDefinition _
    ) 
    public void Add( 
       IEventMetricValueDefinition item
    )

    Parameters

    item
    An existing value definition item associated with our metric definition
    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