ChannelManagerService クラス

定義

注意事項

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

クライアント側チャネル、キャッシュ チャネル、およびチャネル ファクトリを構築するための機能を提供します。

public ref class ChannelManagerService sealed : System::Workflow::Runtime::Hosting::WorkflowRuntimeService
public sealed class ChannelManagerService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ChannelManagerService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
type ChannelManagerService = class
    inherit WorkflowRuntimeService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ChannelManagerService = class
    inherit WorkflowRuntimeService
Public NotInheritable Class ChannelManagerService
Inherits WorkflowRuntimeService
継承
ChannelManagerService
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

ChannelManagerServiceは、アクティビティのChannelTokenで定義されたチャネル トークンに基づいて、SendActivityのチャネルを作成します。

コンストラクター

名前 説明
ChannelManagerService()
古い.

ChannelManagerService クラスの新しいインスタンスを初期化します。

ChannelManagerService(ChannelPoolSettings, IList<ServiceEndpoint>)
古い.

ChannelManagerService クラスの新しいインスタンスを初期化します。

ChannelManagerService(ChannelPoolSettings)
古い.

ChannelManagerService クラスの新しいインスタンスを初期化します。

ChannelManagerService(IList<ServiceEndpoint>)
古い.

ChannelManagerService クラスの新しいインスタンスを初期化します。

ChannelManagerService(NameValueCollection)
古い.

ChannelManagerService クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Runtime
古い.

このサービスの WorkflowRuntime を取得します。

(継承元 WorkflowRuntimeService)
State
古い.

WorkflowRuntimeServiceの状態を取得します。

(継承元 WorkflowRuntimeService)

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

派生クラスでオーバーライドされた場合、ワークフロー ランタイム エンジンが Started イベントを発生させたときに呼び出されるメソッドを表します。

(継承元 WorkflowRuntimeService)
OnStopped()
古い.

派生クラスでオーバーライドされた場合、ワークフロー ランタイム エンジンが Stopped イベントを発生させたときに呼び出されるメソッドを表します。

(継承元 WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
古い.

ServicesExceptionNotHandled イベントを発生させます。

(継承元 WorkflowRuntimeService)
Start()
古い.

派生クラスでオーバーライドされると、サービスを開始し、 StateStartingに変更します。

(継承元 WorkflowRuntimeService)
Stop()
古い.

派生クラスでオーバーライドされると、サービスを停止し、 StateStoppingに変更します。

(継承元 WorkflowRuntimeService)
ToString()
古い.

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

(継承元 Object)

適用対象