Class iOSHealthKitSamplingProbe
Inheritance
System.Object
iOSHealthKitSamplingProbe
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusiOS.dll
Syntax
public abstract class iOSHealthKitSamplingProbe : iOSHealthKitProbe, INotifyPropertyChanged, IPollingProbe, IProbe
Constructors
iOSHealthKitSamplingProbe(HKObjectType)
Declaration
public iOSHealthKitSamplingProbe(HKObjectType objectType)
Parameters
Type |
Name |
Description |
HealthKit.HKObjectType |
objectType |
|
Properties
QueryAnchor
Declaration
public int QueryAnchor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
ConvertSampleToDatum(HKSample)
Declaration
protected abstract Datum ConvertSampleToDatum(HKSample sample)
Parameters
Type |
Name |
Description |
HealthKit.HKSample |
sample |
|
Returns
PollAsync(CancellationToken)
Declaration
protected override Task<List<Datum>> PollAsync(CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.List<Datum>> |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged