BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync 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.
Gets all downloads associated with the provided BackgroundTransferGroup.
public:
static IAsyncOperation<IVectorView<DownloadOperation ^> ^> ^ GetCurrentDownloadsForTransferGroupAsync(BackgroundTransferGroup ^ group);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<DownloadOperation>> GetCurrentDownloadsForTransferGroupAsync(BackgroundTransferGroup const& group);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<DownloadOperation>> GetCurrentDownloadsForTransferGroupAsync(BackgroundTransferGroup group);
function getCurrentDownloadsForTransferGroupAsync(group)
Public Shared Function GetCurrentDownloadsForTransferGroupAsync (group As BackgroundTransferGroup) As IAsyncOperation(Of IReadOnlyList(Of DownloadOperation))
Parameters
- group
- BackgroundTransferGroup
Contains information used to identify a group of downloads.
Returns
A list of downloads currently associated with the specified group.
- Attributes