Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricDefinition Class / Definitions Property

In This Topic
    Definitions Property (MetricDefinition)
    In This Topic
    The definitions collection that contains this definition.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Definitions As IMetricDefinitionCollection
    public IMetricDefinitionCollection Definitions {get;}
    Remarks
    This parent pointer should be used when walking from an object back to its parent instead of taking advantage of the static metrics definition collection to ensure your application works as expected when handling data that has been loaded from a database or data file. The static metrics collection is for the metrics being actively captured in the current process, not for metrics that are being read or manipulated.
    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