PedometerDataThreshold(Pedometer, Int32) Constructor

Definition

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.

Applies to