WorkflowRuntimeEndpoint クラス

定義

注意事項

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

SqlWorkflowInstanceStoreでは、<workflowInstanceControl>要素の<sqlWorkflowInstanceStoreBehavior>サブ要素が明示的に指定されていない場合、このクラスを使用して既定のコントロール エンドポイントが追加されます。

public ref class WorkflowRuntimeEndpoint : System::ServiceModel::Activities::WorkflowHostingEndpoint
public class WorkflowRuntimeEndpoint : System.ServiceModel.Activities.WorkflowHostingEndpoint
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowRuntimeEndpoint : System.ServiceModel.Activities.WorkflowHostingEndpoint
type WorkflowRuntimeEndpoint = class
    inherit WorkflowHostingEndpoint
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowRuntimeEndpoint = class
    inherit WorkflowHostingEndpoint
Public Class WorkflowRuntimeEndpoint
Inherits WorkflowHostingEndpoint
継承
属性

注釈

SqlWorkflowInstanceStore 要素の <workflowInstanceControl> サブ要素は、ワークフロー インスタンス コントロール エンドポイントのパラメーターを指定する省略可能な要素です。 ワークフロー管理サービスでは、このエンドポイントを使用して、サービス ホストに制御コマンドを発行します。

SqlWorkflowInstanceStore 要素の <workflowInstanceControl> サブ要素を省略した場合でも、SqlWorkflowInstanceStore は、 WorkflowRuntimeEndpoint クラスを使用して既定のコントロール エンドポイントを追加します。

コンストラクター

名前 説明
WorkflowRuntimeEndpoint()
古い.

WorkflowRuntimeEndpoint クラスのインスタンスを初期化します。

プロパティ

名前 説明
Address
古い.

サービス エンドポイントのエンドポイント アドレスを取得または設定します。

(継承元 ServiceEndpoint)
Behaviors
古い.

サービス エンドポイントの動作を取得します。

(継承元 ServiceEndpoint)
Binding
古い.

サービス エンドポイントのバインドを取得または設定します。

(継承元 ServiceEndpoint)
Contract
古い.

サービス エンドポイントのコントラクトを取得します。

(継承元 ServiceEndpoint)
CorrelationQueries
古い.

CorrelationQuery インスタンスのコレクションを取得します。

(継承元 WorkflowHostingEndpoint)
EndpointBehaviors
古い.

サービスのエンドポイントの動作を取得します。

(継承元 ServiceEndpoint)
IsSystemEndpoint
古い.

ユーザー定義ではなく、システムによってサービス エンドポイントが生成されるかどうかを取得または設定します。

(継承元 ServiceEndpoint)
ListenUri
古い.

サービス エンドポイントがリッスンする URI を取得または設定します。

(継承元 ServiceEndpoint)
ListenUriMode
古い.

サービスがリッスンするために提供される URI をトランスポートが処理する方法を取得または設定します。

(継承元 ServiceEndpoint)
Name
古い.

サービス エンドポイントの名前を取得または設定します。

(継承元 ServiceEndpoint)

メソッド

名前 説明
AddService(Object)
古い.

指定したサービスを、ワークフロー ランタイム インスタンスでサポートされているランタイム サービスの一覧に追加します。

Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetService(Type)
古い.

サービス オブジェクトの一覧から、指定したサービスの種類のサービス オブジェクトを取得します。

GetService<T>()
古い.

テンプレート パラメーターとして指定されたサービスの種類に対応するサービス オブジェクトを取得します。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
OnGetCreationContext(Object[], OperationContext, Guid, WorkflowHostingResponseContext)
古い.

オーバーライドして新しい WorkflowCreationContext インスタンスを作成します。

(継承元 WorkflowHostingEndpoint)
OnGetInstanceId(Object[], OperationContext)
古い.

パラメーターとして渡される入力と操作コンテキストに基づいてインスタンス識別子を取得します。

OnResolveBookmark(Object[], OperationContext, WorkflowHostingResponseContext, Object)
古い.

ブックマークを解決します。

RemoveService(Object)
古い.

ワークフロー ランタイム インスタンスでサポートされているランタイム サービスの一覧から、指定したサービスを削除します。

ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象