इसके माध्यम से साझा किया गया


BackgroundUploader.GetCurrentUploadsForTransferGroupAsync Method

Definition

Gets all uploads associated with the provided BackgroundTransferGroup.

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

Parameters

group
BackgroundTransferGroup

Contains information used to identify a group of uploads.

Returns

A list of uploads currently associated with the specified group.

Attributes

Applies to

See also