Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / ISampledMetricSample Interface / RequiresMultipleSamples Property

In This Topic
    RequiresMultipleSamples Property (ISampledMetricSample)
    In This Topic
    Indicates whether two samples are required to calculate a metric value or not.
    Syntax
    'Declaration
     
    
    ReadOnly Property RequiresMultipleSamples As Boolean
    bool RequiresMultipleSamples {get;}
    Remarks
    Only a few counter types - notably the NumberOfItems types - are in their final form from a single sample. All others require two samples to compare.
    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