Method | Description | |
---|---|---|
PerformanceCounterTelemetry ( ) : System |
Initializes a new instance of the PerformanceCounterTelemetry class.
|
|
PerformanceCounterTelemetry ( string categoryName, string counterName, string instanceName, double value ) : System |
Initializes a new instance of the PerformanceCounterTelemetry class.
|
Method | Description | |
---|---|---|
ITelemetry ( ) : void |
Sanitizes the properties based on constraints.
|
public PerformanceCounterTelemetry ( ) : System | ||
return | System |
public PerformanceCounterTelemetry ( string categoryName, string counterName, string instanceName, double value ) : System | ||
categoryName | string | Category name. |
counterName | string | Performance counter name. |
instanceName | string | Instance name. |
value | double | Performance counter value. |
return | System |