IStartWorkflow 介面

定義

警告

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

定義一種可從 取得 ActivityExecutionContext 的服務,目的是啟動新的工作流程實例。

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
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

方法

名稱 Description
StartWorkflow(Type, Dictionary<String,Object>)
已淘汰.

啟動 指定的 Type 工作流程,提供執行中的實例包含執行時參數的 a Dictionary

適用於