Compartilhar via


BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync Método

Definição

Obtém todos os downloads associados ao BackgroundTransferGroup fornecido.

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

Parâmetros

group
BackgroundTransferGroup

Contém informações usadas para identificar um grupo de downloads.

Retornos

Uma lista de downloads atualmente associados ao grupo especificado.

Atributos

Aplica-se a

Confira também