Click or drag to resize

Threshold Constructor

Namespace:  Omada.OE.Model.KPI
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Threshold(
	ThresholdOperator operator,
	int value,
	Status status
)

Parameters

operator
Type: Omada.OE.Model.KPIThresholdOperator
value
Type: SystemInt32
status
Type: Omada.OE.Model.KPIStatus
See Also