HKQuantitySeriesSampleBuilder.FinishSeriesAsync Method

Definition

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.

Applies to