ITaskLauncherService Interfaz

Definición

Representa las acciones tomadas y realiza la tarea en 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
Derivado
Atributos

Métodos

PerformAction(String, IContext)

Crea instancias y activa la acción solicitada.

Eventos

ActionCompleted

Se produce cuando el controlador de acción notifica que la acción está completada.

Launched

Se produce una vez realizada la acción.

Launching

Se produce antes de realizar la acción.

Se aplica a