IStartWorkflow Interface

Definição

Atenção

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

Define um serviço que pode ser obtido de um ActivityExecutionContext para o propósito de iniciar uma nova instância 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
Atributos

Observações

Note

Este material discute tipos e namespaces que estão obsoletos. Para mais informações, consulte Tipos Descontinuados no Windows Workflow Foundation 4.5.

Métodos

Name Description
StartWorkflow(Type, Dictionary<String,Object>)
Obsoleto.

Inicia o fluxo de trabalho designado Type fornecendo à instância em execução um Dictionary que contém parâmetros de tempo de execução.

Aplica-se a