Share via


PerformanceCounterTelemetry Constructors

Definition

Overloads

PerformanceCounterTelemetry()

Initializes a new instance of the PerformanceCounterTelemetry class.

PerformanceCounterTelemetry(String, String, String, Double)

Initializes a new instance of the PerformanceCounterTelemetry class.

PerformanceCounterTelemetry()

Initializes a new instance of the PerformanceCounterTelemetry class.

public PerformanceCounterTelemetry ();
Public Sub New ()

Applies to

PerformanceCounterTelemetry(String, String, String, Double)

Initializes a new instance of the PerformanceCounterTelemetry class.

public PerformanceCounterTelemetry (string categoryName, string counterName, string instanceName, double value);
new Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry : string * string * string * double -> Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry
Public Sub New (categoryName As String, counterName As String, instanceName As String, value As Double)

Parameters

categoryName
String

Category name.

counterName
String

Performance counter name.

instanceName
String

Instance name.

value
Double

Performance counter value.

Applies to