Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / EventMetricDefinitionPacket Class / EventMetricDefinitionPacket Constructor / EventMetricDefinitionPacket Constructor(String,String,String)
The unique metric type
The name of the category with which this definition is associated.
The name of the definition within the category.

EventMetricDefinitionPacket Constructor(String,String,String)
Creates an event metric definition packet for the provided event metric information
Syntax
'Declaration
 
Public Function New( _
   ByVal metricTypeName As String, _
   ByVal categoryName As String, _
   ByVal counterName As String _
)
 

Parameters

metricTypeName
The unique metric type
categoryName
The name of the category with which this definition is associated.
counterName
The name of the definition within the category.
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