WorkflowRuntimeBehavior クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*
WorkflowRuntime に関連付けられている WorkflowServiceHost の動作を定義します。
public ref class WorkflowRuntimeBehavior : System::ServiceModel::Description::IServiceBehavior
public class WorkflowRuntimeBehavior : System.ServiceModel.Description.IServiceBehavior
[System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowRuntimeBehavior : System.ServiceModel.Description.IServiceBehavior
type WorkflowRuntimeBehavior = class
interface IServiceBehavior
[<System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowRuntimeBehavior = class
interface IServiceBehavior
Public Class WorkflowRuntimeBehavior
Implements IServiceBehavior
- 継承
-
WorkflowRuntimeBehavior
- 属性
- 実装
注釈
WorkflowRuntimeBehavior を使用して、ワークフロー サービスの WorkflowRuntime オブジェクトにアクセスします。 WorkflowRuntime が作成される際、既定で WorkflowServiceHost オブジェクトが追加されます。
コンストラクター
WorkflowRuntimeBehavior() |
古い.
WorkflowRuntimeBehavior クラスの新しいインスタンスを初期化します。 |
プロパティ
CachedInstanceExpiration |
古い.
メモリから強制的に削除される前に、ワークフロー インスタンスがアイドル状態でメモリに保持される時間を指示する値を取得または設定します。 |
WorkflowRuntime |
古い.
WorkflowRuntime インスタンスに関連付けられている WorkflowServiceHost を取得します。 |
メソッド
AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) |
古い.
WorkflowRuntimeBehavior には実装されていません。 |
ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) |
古い.
ワークフロー ランタイムの動作をサポートするようにワークフロー サービスを構成します。 |
Equals(Object) |
古い.
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
古い.
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
Validate(ServiceDescription, ServiceHostBase) |
古い.
ワークフロー サービスに使用されるスケジュール サービスが WorkflowRuntime オブジェクトに追加され、WorkflowRuntime オブジェクトが Open の呼び出し前に起動されないことを確認します。 |
適用対象
.NET