IBackgroundTaskInstance 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.
Fournit l’accès à une tâche en arrière-plan instance.
public interface class IBackgroundTaskInstance
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2254166650, 8664, 17779, 143, 50, 146, 138, 27, 6, 65, 246)]
struct IBackgroundTaskInstance
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2254166650, 8664, 17779, 143, 50, 146, 138, 27, 6, 65, 246)]
public interface IBackgroundTaskInstance
Public Interface IBackgroundTaskInstance
- 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
InstanceId |
Obtient l’ID de instance de la tâche en arrière-plan instance. |
Progress |
Obtient ou définit le status de progression d’une tâche en arrière-plan instance. |
SuspendedCount |
Obtient le nombre de fois où la stratégie de gestion des ressources a provoqué la suspension de la tâche en arrière-plan. |
Task |
Obtient l’accès à la tâche en arrière-plan inscrite pour cette tâche en arrière-plan instance. |
TriggerDetails |
Obtient des informations supplémentaires associées à une tâche en arrière-plan instance. |
Méthodes
GetDeferral() |
Informe le système que la tâche en arrière-plan peut continuer à effectuer le travail après le retour de la méthode IBackgroundTask.Run . |
Événements
Canceled |
Joint un gestionnaire d’événements d’annulation à la tâche en arrière-plan instance.
|