IStartWorkflow 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.
Attention
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Définit un service qui peut être obtenu à partir d'un ActivityExecutionContext en vue du démarrage d'une nouvelle instance de workflow.
public interface class IStartWorkflow
public interface IStartWorkflow
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IStartWorkflow
type IStartWorkflow = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IStartWorkflow = interface
Public Interface IStartWorkflow
- Attributs
Remarques
Notes
Ce document décrit les types et les espaces de noms qui sont obsolètes. Pour plus d’informations, consultez Types dépréciés dans Windows Workflow Foundation 4.5.
Méthodes
StartWorkflow(Type, Dictionary<String,Object>) |
Obsolète.
Démarre le workflow du Type désigné qui fournit l'instance en cours d'exécution avec un Dictionary qui contient des paramètres d'exécution. |