WorkflowRuntimeService.Runtime プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このサービスの WorkflowRuntime を取得します。
protected:
property System::Workflow::Runtime::WorkflowRuntime ^ Runtime { System::Workflow::Runtime::WorkflowRuntime ^ get(); };
protected System.Workflow.Runtime.WorkflowRuntime Runtime { get; }
member this.Runtime : System.Workflow.Runtime.WorkflowRuntime
Protected ReadOnly Property Runtime As WorkflowRuntime
プロパティ値
WorkflowRuntimeService オブジェクト。
注釈
ワークフロー ランタイム エンジンは、サービスに対する Start を呼び出す前に、このプロパティを設定します。