MetricsCollection.TryGet(MetricIdentifier, Metric) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the metric with the specified identify, if it exists.
public bool TryGet(Microsoft.ApplicationInsights.Metrics.MetricIdentifier metricIdentifier, out Microsoft.ApplicationInsights.Metric metric);
member this.TryGet : Microsoft.ApplicationInsights.Metrics.MetricIdentifier * Metric -> bool
Public Function TryGet (metricIdentifier As MetricIdentifier, ByRef metric As Metric) As Boolean
Parameters
- metricIdentifier
- MetricIdentifier
A metric identity.
- metric
- Metric
The metric (if it exists) or null.
Returns
true if the metric was retrieved, or false otherwise.