Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / EventMetricDefinition Class / ValueDefinitions Property

In This Topic
    ValueDefinitions Property (EventMetricDefinition)
    In This Topic
    The set of values defined for this metric definition. (A snapshot array copy. AddValue() through this definition object.)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ValueDefinitions As EventMetricValueDefinition()
    public EventMetricValueDefinition[] ValueDefinitions {get;}
    Remarks
    Any number of different values can be recorded along with each event to provide additional summarization and filtering ability for later client analysis. While the definition is being built (with AddValue the current set of value definitions can be examined as an array snapshot returned by this property. Changes to the array will only affect that copy.
    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