Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / EventMetricValueDefinitionPacket Class / EventMetricValueDefinitionPacket Constructor / EventMetricValueDefinitionPacket Constructor(EventMetricDefinitionPacket,String,Type)
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.

In This Topic
    EventMetricValueDefinitionPacket Constructor(EventMetricDefinitionPacket,String,Type)
    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 _
    )
    public EventMetricValueDefinitionPacket( 
       EventMetricDefinitionPacket definition,
       string name,
       Type type
    )

    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.
    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