HKQuantitySeriesSampleBuilder.FinishSeriesAsync 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.
Overloads
FinishSeriesAsync(NSDictionary) |
Finishes and saves the series and returns a task that contains the sample data. |
FinishSeriesAsync(HKMetadata) |
Finishes and saves the series and returns a task that contains the sample data. |
FinishSeriesAsync(NSDictionary)
Finishes and saves the series and returns a task that contains the sample data.
protected virtual System.Threading.Tasks.Task<HealthKit.HKQuantitySample[]> FinishSeriesAsync (Foundation.NSDictionary metadata);
abstract member FinishSeriesAsync : Foundation.NSDictionary -> System.Threading.Tasks.Task<HealthKit.HKQuantitySample[]>
override this.FinishSeriesAsync : Foundation.NSDictionary -> System.Threading.Tasks.Task<HealthKit.HKQuantitySample[]>
Parameters
- metadata
- NSDictionary
The metadata to add to the series.
Returns
A task that contains the sample data.
Applies to
FinishSeriesAsync(HKMetadata)
Finishes and saves the series and returns a task that contains the sample data.
public System.Threading.Tasks.Task<HealthKit.HKQuantitySample[]> FinishSeriesAsync (HealthKit.HKMetadata metadata);
member this.FinishSeriesAsync : HealthKit.HKMetadata -> System.Threading.Tasks.Task<HealthKit.HKQuantitySample[]>
Parameters
- metadata
- HKMetadata
The metadata to add to the series.
Returns
A task that contains the sample data.