Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricCollection Class / MetricCollection Constructor

In This Topic
    MetricCollection Constructor
    In This Topic
    Create a new metric dictionary for the provided definition.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal metricDefinition As MetricDefinition _
    )
    public MetricCollection( 
       MetricDefinition metricDefinition
    )

    Parameters

    metricDefinition
    Remarks
    This dictionary is created automatically by the Metric Definition during its initialization.
    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