IStartWorkflow Interface

Définition

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 objectif de démarrage d’une nouvelle instance de flux de travail.

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

Note

Ce matériel traite des types et des espaces de noms obsolètes. Pour plus d’informations, consultez Deprecated Types dans Windows Workflow Foundation 4.5.

Méthodes

Nom Description
StartWorkflow(Type, Dictionary<String,Object>)
Obsolète.

Démarre le flux de travail désigné Type fournissant l’instance en cours d’exécution avec un Dictionary qui contient des paramètres d’exécution.

S’applique à