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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

メソッド

StartWorkflow(Type, Dictionary<String,Object>)
古い.

ランタイム パラメーターを格納した Type を渡して、所定の Dictionary のワークフローを起動します。実際に起動されたインスタンスが返されます。

適用対象