Condividi tramite


BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync Metodo

Definizione

Ottiene tutti i download associati all'oggetto BackgroundTransferGroup specificato.

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

Parametri

group
BackgroundTransferGroup

Contiene informazioni utilizzate per identificare un gruppo di download.

Restituisce

Elenco dei download attualmente associati al gruppo specificato.

Attributi

Si applica a

Vedi anche