Initializes a new instance of the Metric class.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- name
- Type: System String
The name of the metric.
- value
- Type: System Int32
The value associated with the metric.
Exceptions
Exception | Condition |
---|---|
Facilita.Exception BadValueException | The name of the metric is not valid. |
See Also