Metric Constructor (String, Int32, Boolean)C# API
Initializes a new instance of the Metric class, specifying whether the metric passed or failed.

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

public Metric(
	string name,
	int value,
	bool pass
)

Parameters

name
Type: System String
The name of the metric.
value
Type: System Int32
The value associated with the metric.
pass
Type: System Boolean
Whether the metric passed or failed.
Exceptions

See Also