HKAttachmentStore.GetDataAsync 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
| Name | Description |
|---|---|
| GetDataAsync(HKAttachment) | |
| GetDataAsync(HKAttachment, NSProgress) |
GetDataAsync(HKAttachment)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> GetDataAsync(HealthKit.HKAttachment attachment);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDataAsync : HealthKit.HKAttachment -> System.Threading.Tasks.Task<Foundation.NSData>
override this.GetDataAsync : HealthKit.HKAttachment -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- attachment
- HKAttachment
Returns
- Attributes
Applies to
GetDataAsync(HKAttachment, NSProgress)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> GetDataAsync(HealthKit.HKAttachment attachment, out Foundation.NSProgress result);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDataAsync : HealthKit.HKAttachment * NSProgress -> System.Threading.Tasks.Task<Foundation.NSData>
override this.GetDataAsync : HealthKit.HKAttachment * NSProgress -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- attachment
- HKAttachment
- result
- NSProgress
Returns
- Attributes