MetricCollection Get Method C# API
Retrieves a metric from this collection.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public Metric Get(
	string metricName
)

Parameters

metricName
Type: System String
The name of the metric to retrieve.

Return Value

The requested metric.
Exceptions

ExceptionCondition
Facilita.Exception BadValueExceptionNo metric with the specified metricName could be found in the collection.
See Also