IBackgroundTask.Run(IBackgroundTaskInstance) 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.
Effectue le travail d’une tâche en arrière-plan. Le système appelle cette méthode lorsque la tâche en arrière-plan associée a été déclenchée.
public:
void Run(IBackgroundTaskInstance ^ taskInstance);
void Run(IBackgroundTaskInstance const& taskInstance);
public void Run(IBackgroundTaskInstance taskInstance);
function run(taskInstance)
Public Sub Run (taskInstance As IBackgroundTaskInstance)
Paramètres
- taskInstance
- IBackgroundTaskInstance
Interface vers un instance de la tâche en arrière-plan. Le système crée ce instance lorsque la tâche a été déclenchée pour s’exécuter.