ITaskLauncherService Interface

Définition

Représente les actions effectuées et effectue la tâche dans le TaskLauncher.

public interface class ITaskLauncherService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface ITaskLauncherService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")>]
type ITaskLauncherService = interface
Public Interface ITaskLauncherService
Dérivé
Attributs

Méthodes

Nom Description
PerformAction(String, IContext)

Instancie et active l’action demandée.

Événements

Nom Description
ActionCompleted

Se produit lorsque le gestionnaire d’action signale que l’action est terminée.

Launched

Elle se produit après l’exécution de l’action.

Launching

Se produit avant d’effectuer l’action.

S’applique à