Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SampledMetricDefinition Class
Members

In This Topic
    SampledMetricDefinition Class
    In This Topic
    The definition of a user-defined sampled metric
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SampledMetricDefinition 
    public sealed class SampledMetricDefinition 
    Remarks
    Custom Sampled Metrics are the simplest form of Sampled Metrics, not requiring the developer to derive their own classes to encapsulate a sampled metric. Review if this class can serve your needs before you create your own custom set of classes derived from SampledMetric (or derive from this class)
    Inheritance Hierarchy

    System.Object
       Gibraltar.Agent.Metrics.SampledMetricDefinition

    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