Share via


WorkflowRuntimeEndpoint クラス

定義

注意事項

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

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

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
継承
属性

注釈

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

<workflowInstanceControl> SqlWorkflowInstanceStore 要素のサブ要素を省略した場合でも、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)

適用対象