BackgroundUploader.GetCurrentUploadsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetCurrentUploadsAsync(String) |
Notes GetCurrentUploadsAsync(group) peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt GetCurrentUploadsForTransferGroupAsync. Retourne une collection de chargements en attente pour un groupe spécifique. |
GetCurrentUploadsAsync() |
Retourne une collection de chargements en attente qui ne sont pas associés à un groupe. |
GetCurrentUploadsAsync(String)
Notes
GetCurrentUploadsAsync(group) peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt GetCurrentUploadsForTransferGroupAsync.
Retourne une collection de chargements en attente pour un groupe spécifique.
public:
static IAsyncOperation<IVectorView<UploadOperation ^> ^> ^ GetCurrentUploadsAsync(Platform::String ^ group);
/// [Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsAsync(winrt::hstring const& group);
/// [Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsAsync(winrt::hstring const& group);
[Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsAsync(string group);
[Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsAsync(string group);
function getCurrentUploadsAsync(group)
Public Shared Function GetCurrentUploadsAsync (group As String) As IAsyncOperation(Of IReadOnlyList(Of UploadOperation))
Paramètres
- group
-
String
Platform::String
winrt::hstring
Chaîne indiquant un groupe spécifique de chargements.
Retours
Collection de chargements en attente pour le groupe spécifique.
- Attributs
Voir aussi
S’applique à
GetCurrentUploadsAsync()
Retourne une collection de chargements en attente qui ne sont pas associés à un groupe.
public:
static IAsyncOperation<IVectorView<UploadOperation ^> ^> ^ GetCurrentUploadsAsync();
/// [Windows.Foundation.Metadata.Overload("GetCurrentUploadsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsAsync();
[Windows.Foundation.Metadata.Overload("GetCurrentUploadsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsAsync();
function getCurrentUploadsAsync()
Public Shared Function GetCurrentUploadsAsync () As IAsyncOperation(Of IReadOnlyList(Of UploadOperation))
Retours
Collection de chargements en attente pour l’application actuelle instance.
- Attributs