Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SampledMetricSample Class / RequiresMultipleSamples Property

In This Topic
    RequiresMultipleSamples Property (SampledMetricSample)
    In This Topic
    Indicates whether two samples are required to calculate a metric value or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RequiresMultipleSamples As Boolean
    public 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