WorkflowRuntimeBehavior クラス

定義

注意事項

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の呼び出しの前に開始されていないことを確認します。

適用対象