Share via


BackgroundTransferRangesDownloadedEventArgs Classe

Définition

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
Object Platform::Object IInspectable BackgroundTransferRangesDownloadedEventArgs
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.

S’applique à

Voir aussi