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 una classe ActivityExecutionContext 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

Nota

In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).

Metodi

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

Avvia il flusso di lavoro della classe Type definita che fornisce l'istanza in esecuzione con una proprietà Dictionary che contiene i parametri di esecuzione.

Si applica a