Method | Description | |
---|---|---|
MetricTelemetry ( ) : System |
Initializes a new instance of the MetricTelemetry class with empty properties.
|
|
MetricTelemetry ( string metricName, double metricValue ) : System |
Initializes a new instance of the MetricTelemetry class with the specified metricName and metricValue.
|
Method | Description | |
---|---|---|
ITelemetry ( ) : void |
Sanitizes the properties based on constraints.
|
|
UpdateKind ( ) : void |
public MetricTelemetry ( string metricName, double metricValue ) : System | ||
metricName | string | |
metricValue | double | |
return | System |