Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / CustomSampledMetricSamplePacket Class / CustomSampledMetricSamplePacket Constructor / CustomSampledMetricSamplePacket Constructor(CustomSampledMetric,Double,Double)
The metric this sample is for
The raw data value
The reference value to compare against for come counter types

In This Topic
    CustomSampledMetricSamplePacket Constructor(CustomSampledMetric,Double,Double)
    In This Topic
    Create a complete custom sampled metric packet
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal metric As CustomSampledMetric, _
       ByVal rawValue As Double, _
       ByVal baseValue As Double _
    )
    public CustomSampledMetricSamplePacket( 
       CustomSampledMetric metric,
       double rawValue,
       double baseValue
    )

    Parameters

    metric
    The metric this sample is for
    rawValue
    The raw data value
    baseValue
    The reference value to compare against for come counter types
    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