Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / EventMetricPacket Class / EventMetricPacket Constructor / EventMetricPacket Constructor(EventMetricDefinitionPacket,String)
The metric definition packet that defines this metric
The unique instance name of this metric or null for the default instance.

In This Topic
    EventMetricPacket Constructor(EventMetricDefinitionPacket,String)
    In This Topic
    Create a new event metric packet for the provided metric definition and a specific instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal metricDefinitionPacket As EventMetricDefinitionPacket, _
       ByVal instanceName As String _
    )

    Parameters

    metricDefinitionPacket
    The metric definition packet that defines this metric
    instanceName
    The unique instance name of this metric or null for the default instance.
    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