PedometerDataThreshold(Pedometer, Int32) 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.
Creates a PedometerDataThreshold object.
public:
PedometerDataThreshold(Pedometer ^ sensor, int stepGoal);
PedometerDataThreshold(Pedometer const& sensor, int const& stepGoal);
public PedometerDataThreshold(Pedometer sensor, int stepGoal);
function PedometerDataThreshold(sensor, stepGoal)
Public Sub New (sensor As Pedometer, stepGoal As Integer)
Parameters
- sensor
- Pedometer
The pedometer sensor.
- stepGoal
-
Int32
int
The number of steps before the threshold is exceeded and the background task is activated.
Remarks
The value of stepGoal needs to be greater than 0.