CMStepCounter.QueryStepCount Method
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.
Queries for step-counting data.
[Foundation.Export("queryStepCountStartingFrom:to:toQueue:withHandler:")]
public virtual void QueryStepCount (Foundation.NSDate start, Foundation.NSDate end, Foundation.NSOperationQueue queue, CoreMotion.CMStepQueryHandler handler);
abstract member QueryStepCount : Foundation.NSDate * Foundation.NSDate * Foundation.NSOperationQueue * CoreMotion.CMStepQueryHandler -> unit
override this.QueryStepCount : Foundation.NSDate * Foundation.NSDate * Foundation.NSOperationQueue * CoreMotion.CMStepQueryHandler -> unit
Parameters
- start
- NSDate
- end
- NSDate
- queue
- NSOperationQueue
- handler
- CMStepQueryHandler
- Attributes