Constructor UtilityTraceFunctionBarrier
UtilityTraceFunctionBarrier(UtilityTraceFunction, UtilityAttributeComparisonOperator, Object)
Initializes a new instance of the UtilityTraceFunctionBarrier class that stops
tracing when a UtilityTraceFunction compared to a value evaluates to true
.
Declaration
public UtilityTraceFunctionBarrier(UtilityTraceFunction traceFunction, UtilityAttributeComparisonOperator comparisonOperator, object value)
Parameters
Type | Name | Description |
---|---|---|
UtilityTraceFunction | traceFunction | The calculation to perform. |
UtilityAttributeComparisonOperator | comparisonOperator | The operator used for the comparison. |
System.Object | value | The value to compare against. The type of this numeric value is dependent on the UtilityNetworkAttributeDataType of the UtilityNetworkAttribute. |
Remarks
The data type of value
is dependent on the UtilityNetworkAttributeDataType
of the NetworkAttribute of its traceFunction
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.7 - 200.5 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.5 |