Adds a metric value to this collection, specifying whether the metric passed or failed.
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 to record.
- value
- Type: System Int32
The value of the metric to record.
- pass
- Type: System Boolean
Indicates whether the metric has passed or failed.
Exceptions
Exception | Condition |
---|---|
Facilita.Exception BadValueException | A metric with the specified name already exists in the collection. |
See Also