BackgroundUploader.GetCurrentUploadsForTransferGroupAsync Methode

Definition

Ruft alle Uploads ab, die dem bereitgestellten BackgroundTransferGroup zugeordnet sind.

public:
 static IAsyncOperation<IVectorView<UploadOperation ^> ^> ^ GetCurrentUploadsForTransferGroupAsync(BackgroundTransferGroup ^ group);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsForTransferGroupAsync(BackgroundTransferGroup const& group);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsForTransferGroupAsync(BackgroundTransferGroup group);
function getCurrentUploadsForTransferGroupAsync(group)
Public Shared Function GetCurrentUploadsForTransferGroupAsync (group As BackgroundTransferGroup) As IAsyncOperation(Of IReadOnlyList(Of UploadOperation))

Parameter

group
BackgroundTransferGroup

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

Gibt zurück

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

Attribute

Gilt für:

Weitere Informationen