IStartWorkflow Interfaccia

Definizione

Attenzione

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Definisce un servizio che può essere ottenuto da un ActivityExecutionContext oggetto allo scopo di avviare una nuova istanza del flusso di lavoro.

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
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Metodi

Nome Descrizione
StartWorkflow(Type, Dictionary<String,Object>)
Obsoleti.

Avvia il flusso di lavoro di designato Type fornendo all'istanza in esecuzione un Dictionary oggetto che contiene parametri di runtime.

Si applica a