Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / EventMetricValueDefinitionPacket Class / EventMetricValueDefinitionPacket Constructor / EventMetricValueDefinitionPacket Constructor(EventMetricDefinitionPacket,String,Type,String,String)
The event metric definition for this value.
The unique name of this event value within the definition.
The simple type of the data being stored in this value.
The end-user display caption for this value
The end-user description for this value.

In This Topic
    EventMetricValueDefinitionPacket Constructor(EventMetricDefinitionPacket,String,Type,String,String)
    In This Topic
    Creates an event metric definition packet for the provided event metric information
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal definition As EventMetricDefinitionPacket, _
       ByVal name As String, _
       ByVal type As Type, _
       ByVal caption As String, _
       ByVal description As String _
    )
    public EventMetricValueDefinitionPacket( 
       EventMetricDefinitionPacket definition,
       string name,
       Type type,
       string caption,
       string description
    )

    Parameters

    definition
    The event metric definition for this value.
    name
    The unique name of this event value within the definition.
    type
    The simple type of the data being stored in this value.
    caption
    The end-user display caption for this value
    description
    The end-user description for this value.
    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