Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / CustomSampledMetricDefinitionPacket Class / SampledMetricTypeCaption Method
The sample metric type to make a caption for

In This Topic
    SampledMetricTypeCaption Method
    In This Topic
    Generate a display caption for the supplied sample metric type
    Syntax
    'Declaration
     
    
    Public Shared Function SampledMetricTypeCaption( _
       ByVal metricSampleType As MetricSampleType _
    ) As String
    public static string SampledMetricTypeCaption( 
       MetricSampleType metricSampleType
    )

    Parameters

    metricSampleType
    The sample metric type to make a caption for

    Return Value

    An end-user display caption
    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