Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IEventMetricDefinition Interface
Members

In This Topic
    IEventMetricDefinition Interface
    In This Topic
    The definition of an event metric, necessary before any specific metric can be created.
    Object Model
    IEventMetricDefinition InterfaceIEventMetricValueDefinition InterfaceIMetricDefinitionCollection InterfaceIMetricDefinition InterfaceIMetricCollection InterfaceIMetric InterfaceIEventMetricValueDefinitionCollection InterfaceIEventMetricValueDefinition Interface
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(1)>
    Public Interface IEventMetricDefinition 
       Inherits IMetricDefinition 
    [NullableContext(1)]
    public interface IEventMetricDefinition : IMetricDefinition  
    Remarks
    A sampled metric always has a value for any timestamp between its start and end timestamps. It presumes any interim value by looking at the best fit sampling of the real world value and assuming it covers the timestamp in question. It is therefore said to be contiguous for the range of start and end. Event metrics are only defined at the instant they are timestamped, and imply nothing for other timestamps. For sampled metrics, use the SampledMetric base class.
    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