Adds a metric value to this collection.
             
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.8.37
Syntax
Parameters
- name
 - Type: System String
The name of the metric to record. 
- value
 - Type: System Int32
The value of the metric to record. 
Exceptions
| Exception | Condition | 
|---|---|
| Facilita.Exception BadValueException | A metric with the specified name already exists in the collection. | 
See Also