IStartWorkflow Интерфейс
Определение
Внимание!
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Определяет службу, которую можно получить из объекта ActivityExecutionContext с целью запуска нового экземпляра рабочего процесса.Defines a service that can be obtained from an ActivityExecutionContext for the purpose of starting a new workflow instance.
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
- Атрибуты
Комментарии
Примечание
В этом материале обсуждаются устаревшие типы и пространства имен.This material discusses types and namespaces that are obsolete. Дополнительные сведения см. в статье о нерекомендуемых типах в Windows Workflow Foundation 4.5.For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Методы
StartWorkflow(Type, Dictionary<String,Object>) |
Запускает рабочий процесс заданного типа Type, предоставляя выполняющемуся экземпляру объекта свойство Dictionary, которое содержит параметры среды выполнения.Starts the workflow of designated Type providing the running instance with a Dictionary that contains runtime parameters. |