ITaskLauncherService Interface

Définition

Représente les actions entreprises et effectue la tâche dans 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

PerformAction(String, IContext)

Instancie et active l’action demandée.

Événements

ActionCompleted

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

Launched

Se produit une fois l'action effectuée.

Launching

Se produit avant d'effectuer l'action.

S’applique à