BackgroundTransferRangesDownloadedEventArgs Classe
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.
Fournit l’accès aux informations sur l’événement de progression du téléchargement incrémentiel.
public ref class BackgroundTransferRangesDownloadedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BackgroundTransferRangesDownloadedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BackgroundTransferRangesDownloadedEventArgs
Public NotInheritable Class BackgroundTransferRangesDownloadedEventArgs
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Propriétés
AddedRanges |
Liste des plages qui ont été téléchargées depuis l’événement RangesDownloaded précédent. |
WasDownloadRestarted |
TRUE si le téléchargement a été redémarré à partir de zéro depuis l’événement RangesDownloaded précédent. |
Méthodes
GetDeferral() |
Le report permet aux applications d’effectuer un travail asynchrone au sein de leur gestionnaire RangesDownloaded sans recevoir de nouvel événement RangesDownloaded dans l’intervalle. |