WorkflowRuntimeElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*
ワークフローベースの Windows Communication Foundation (WCF) サービスをホストするための WorkflowRuntime のインスタンスについて設定値を指定する構成要素を表します。
public ref class WorkflowRuntimeElement : System::ServiceModel::Configuration::BehaviorExtensionElement
public class WorkflowRuntimeElement : System.ServiceModel.Configuration.BehaviorExtensionElement
[System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowRuntimeElement : System.ServiceModel.Configuration.BehaviorExtensionElement
type WorkflowRuntimeElement = class
inherit BehaviorExtensionElement
[<System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowRuntimeElement = class
inherit BehaviorExtensionElement
Public Class WorkflowRuntimeElement
Inherits BehaviorExtensionElement
- 継承
-
WorkflowRuntimeElement
- 継承
- 属性
例
<serviceBehaviors>
<behavior name="ServiceBehavior">
<workflowRuntime name="WorkflowServiceHostRuntime" validateOnCreate="true" enablePerformanceCounters="true">
<services>
<add type="NetFx.Checkin.Scenario.WorkflowServices.WorkflowBasedServices.Common.TestPersistenceService.FilePersistenceService, NetFx.Checkin.Scenario.WorkflowServices.WorkflowBasedServices.Common"/>
</services>
</workflowRuntime>
</behavior>
</serviceBehaviors>
注釈
構成ファイルを使用していずれかの ServiceDebugElement
機能を有効または無効にするには、以下を行う必要があります。
WCF サービスの service 要素に動作構成属性を追加します。 エンドポイントの動作は
endpoint
要素で構成し、サービスの動作はservice
要素で構成します。serviceBehaviors
セクションを作成し、手順 1. のbehaviorConfiguration
属性値に対応する名前を持つ動作要素を追加します。serviceDebug
要素を手順 2. の動作要素に追加し、必要に応じてさまざまなプロパティを有効または無効にします。
コンストラクター
WorkflowRuntimeElement() |
古い.
WorkflowRuntimeElement クラスの新しいインスタンスを初期化します。 |
プロパティ
BehaviorType |
古い.
この動作要素の型を取得します。 |
CachedInstanceExpiration |
古い.
キャッシュされたインスタンスの有効期限を指定する値を取得または設定します。 |
CommonParameters |
古い.
サービスによって使用される共通パラメーターのコレクションを取得します。 |
ConfigurationElementName |
古い.
この構成要素の名前を取得します。 (継承元 ServiceModelExtensionElement) |
CurrentConfiguration |
古い.
現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
ElementInformation |
古い.
ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
ElementProperty |
古い.
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
EnablePerformanceCounters |
古い.
パフォーマンス カウンターが有効であるかどうかを示す値を取得または設定します。 |
EvaluationContext |
古い.
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
HasContext |
古い.
CurrentConfiguration プロパティが |
Item[ConfigurationProperty] |
古い.
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
Item[String] |
古い.
この構成要素のプロパティ、属性、または子要素を取得または設定します。 (継承元 ConfigurationElement) |
LockAllAttributesExcept |
古い.
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
LockAllElementsExcept |
古い.
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
LockAttributes |
古い.
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
LockElements |
古い.
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
LockItem |
古い.
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
Name |
古い.
ワークフロー ランタイム エンジンの名前を取得または設定します。 |
Properties |
古い.
ConfigurationPropertyCollection オブジェクトのコレクションが格納されている ConfigurationProperty インスタンスを取得します。オブジェクトは、この構成要素の属性または ConfigurationElement オブジェクトです。 |
Services |
古い.
WorkflowRuntime エンジンに追加されるサービスのコレクションを取得します。 |
ValidateOnCreate |
古い.
ワークフロー インスタンスの作成時に検証が行われるかどうかを示す値を取得または設定します。 |
メソッド
適用対象
.NET