BADownloadManager.FetchCurrentDownloads 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 |
|---|---|
| FetchCurrentDownloads(NSError) | |
| FetchCurrentDownloads(Action<NSArray<BADownload>,NSError>) |
FetchCurrentDownloads(NSError)
[Foundation.Export("fetchCurrentDownloads:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual BackgroundAssets.BADownload[]? FetchCurrentDownloads(out Foundation.NSError? error);
[<Foundation.Export("fetchCurrentDownloads:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchCurrentDownloads : NSError -> BackgroundAssets.BADownload[]
override this.FetchCurrentDownloads : NSError -> BackgroundAssets.BADownload[]
Parameters
- error
- NSError
Returns
- Attributes
Applies to
FetchCurrentDownloads(Action<NSArray<BADownload>,NSError>)
[Foundation.Export("fetchCurrentDownloadsWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchCurrentDownloads(Action<Foundation.NSArray<BackgroundAssets.BADownload>,Foundation.NSError> completionHandler);
[<Foundation.Export("fetchCurrentDownloadsWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchCurrentDownloads : Action<Foundation.NSArray<BackgroundAssets.BADownload>, Foundation.NSError> -> unit
override this.FetchCurrentDownloads : Action<Foundation.NSArray<BackgroundAssets.BADownload>, Foundation.NSError> -> unit
Parameters
- completionHandler
- Action<NSArray<BADownload>,NSError>
- Attributes