Share via


BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync Methode

Definition

Ruft alle Downloads ab, die der bereitgestellten BackgroundTransferGroup zugeordnet sind.

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))

Parameter

group
BackgroundTransferGroup

Enthält Informationen, die zum Identifizieren einer Gruppe von Downloads verwendet werden.

Gibt zurück

Eine Liste der Downloads, die derzeit der angegebenen Gruppe zugeordnet sind.

Attribute

Gilt für:

Weitere Informationen