HKAnchoredObjectResultHandler2 Delegate
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.
Completion handler for anchored object queries.
public delegate void HKAnchoredObjectResultHandler2(HKAnchoredObjectQuery query, HKSample[] results, nuint newAnchor, NSError error);
type HKAnchoredObjectResultHandler2 = delegate of HKAnchoredObjectQuery * HKSample[] * nuint * NSError -> unit
Parameters
- query
- HKAnchoredObjectQuery
- results
- HKSample[]
- newAnchor
- System.System.UIntPtr System.unativeint
- error
- NSError