BackgroundUploader.GetCurrentUploadsForTransferGroupAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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