Metric Constructor (String, Int32)C# API
Initializes a new instance of the Metric class.

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

public Metric(
	string name,
	int value
)

Parameters

name
Type: System String
The name of the metric.
value
Type: System Int32
The value associated with the metric.
Exceptions

See Also