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

CustomSampledMetricPacket Constructor(CustomSampledMetricDefinitionPacket,String)
Create a new custom sampled metric packet for the provided metric definition and a specific instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal metricDefinitionPacket As CustomSampledMetricDefinitionPacket, _
   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