Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricCollection Class / EventMetricCollection Constructor
The definition of the custom sampled metric to create a metric dictionary for

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

    Parameters

    metricDefinition
    The definition of the custom sampled metric to create a metric dictionary for
    Remarks
    This dictionary is created automatically by the Custom Sampled 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