IBackgroundTransferOperation Interface
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.
Représente une opération de transfert en arrière-plan.
public interface class IBackgroundTransferOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3738200134, 37066, 17659, 143, 177, 18, 65, 84, 192, 213, 57)]
struct IBackgroundTransferOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3738200134, 37066, 17659, 143, 177, 18, 65, 84, 192, 213, 57)]
public interface IBackgroundTransferOperation
Public Interface IBackgroundTransferOperation
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Propriétés
CostPolicy |
Obtient et définit la stratégie de coût pour le transfert en arrière-plan. |
Group |
Notes Le groupe peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt le DownloadOperation ou le UploadOperation TransferGroup approprié. Obtient une valeur de chaîne indiquant le groupe auquel appartient le transfert. |
Guid |
Obtient le GUID de l’opération de transfert en arrière-plan. |
Method |
Spécifie la méthode à utiliser pour l’opération de transfert en arrière-plan. |
RequestedUri |
Obtient l’URI du transfert en arrière-plan. |
Méthodes
GetResponseInformation() |
Obtient les informations de réponse. |
GetResultStreamAt(UInt64) |
Obtient la réponse partielle à la position spécifiée. |