WorkflowRuntimeServiceElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
ワークフロー ランタイム エンジンにサービスを追加するための構成要素を表します。
public ref class WorkflowRuntimeServiceElement : System::Configuration::ConfigurationElement
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
Public Class WorkflowRuntimeServiceElement
Inherits ConfigurationElement
- 継承
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
WorkflowRuntimeServiceElement は、ワークフロー ランタイム エンジンによって初期化およびアクティブ化される必要があるホスト サービスを指定します。 構成ファイルの 要素で指定されたホスト <Services>
サービスに対応します。 WorkflowRuntimeServiceElement で指定されたサービスは、ワークフロー ランタイム エンジンによって初期化されるため、次の 4 つのシグネチャの 1 つと一致するコンストラクターを少なくとも 1 つ持つ必要があります (ワークフロー ランタイム エンジンは、これらのシグネチャをこの順序で照合しようとします)。
Service(WorkflowRuntime runtime, NameValueCollection parameters)
Service(WorkflowRuntime runtime)
Service(NameValueCollection parameters)
Service()
コンストラクター
WorkflowRuntimeServiceElement() |
WorkflowRuntimeServiceElement クラスの新しいインスタンスを初期化します。 |