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.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Azure SDK for .NET