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 型」を参照してください。

メソッド

名前 説明
StartWorkflow(Type, Dictionary<String,Object>)
古い.

ランタイム パラメーターを含むTypeを実行中のインスタンスに提供する、指定されたDictionaryのワークフローを開始します。

適用対象