SensorDataThresholdTrigger(ISensorDataThreshold) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SensorDataThresholdTrigger class.
public:
SensorDataThresholdTrigger(ISensorDataThreshold ^ threshold);
SensorDataThresholdTrigger(ISensorDataThreshold const& threshold);
public SensorDataThresholdTrigger(ISensorDataThreshold threshold);
function SensorDataThresholdTrigger(threshold)
Public Sub New (threshold As ISensorDataThreshold)
Parameters
- threshold
- ISensorDataThreshold
The threshold for a sensor that indicates when it should be triggered.