Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricDefinitionCollection Class / Metric Method
The unique Id of the metric to retrieve

In This Topic
    Metric Method (MetricDefinitionCollection)
    In This Topic
    Retrieve a metric given its unique Id.
    Syntax
    'Declaration
     
    
    Public Function Metric( _
       ByVal metricId As Guid _
    ) As IMetric
    public IMetric Metric( 
       Guid metricId
    )

    Parameters

    metricId
    The unique Id of the metric to retrieve
    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