BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync Method

Definition

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

Applies to

See also