次の方法で共有


WcfCommunicationListener<TServiceContract> クラス

定義

Service Fabric ベースのステートレスまたはステートフル サービス用の Windows Communication Foundation ベースのリスナー。

public class WcfCommunicationListener<TServiceContract> : Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener
type WcfCommunicationListener<'ServiceContract> = class
    interface ICommunicationListener
Public Class WcfCommunicationListener(Of TServiceContract)
Implements ICommunicationListener

型パラメーター

TServiceContract

WCF サービス コントラクトの型。

継承
WcfCommunicationListener<TServiceContract>
実装

コンストラクター

WcfCommunicationListener<TServiceContract>(ServiceContext, TServiceContract)

既定のバインディングと既定のエンドポイント アドレスを WcfCommunicationListener<TServiceContract> 使用する クラスの新しいインスタンスを初期化します。

WcfCommunicationListener<TServiceContract>(ServiceContext, TServiceContract, Binding, EndpointAddress)

指定したエンドポイント アドレスから派生した、指定したリスナー バインドとエンドポイント アドレスを使用する クラスの新しいインスタンス WcfCommunicationListener<TServiceContract> を初期化します。

WcfCommunicationListener<TServiceContract>(ServiceContext, TServiceContract, Binding, String)

指定したリスナー バインドと、指定したエンドポイント リソース名から派生したエンドポイント アドレスを使用する クラスの新しいインスタンス WcfCommunicationListener<TServiceContract> を初期化します。

WcfCommunicationListener<TServiceContract>(ServiceContext, Type, Binding, EndpointAddress)

指定したエンドポイント アドレスから派生した、指定したリスナー バインドとエンドポイント アドレスを使用する クラスの新しいインスタンス WcfCommunicationListener<TServiceContract> を初期化します。

WcfCommunicationListener<TServiceContract>(ServiceContext, Type, Binding, String)

指定したリスナー バインドと、指定したエンドポイント リソース名から派生したエンドポイント アドレスを使用する クラスの新しいインスタンス WcfCommunicationListener<TServiceContract> を初期化します。

プロパティ

ServiceHost

WCF サービスの実装を ServiceHost ホストするためにこのリスナーによって使用される を取得します。

明示的なインターフェイスの実装

ICommunicationListener.Abort()

このメソッドにより、通信リスナーが閉じます。 Close は終了状態であり、このメソッドを使用すると、移行が正常に終了します。 このメソッドが呼び出されたときに、未処理の操作 (close を含む) を取り消す必要があります。

ICommunicationListener.CloseAsync(CancellationToken)

このメソッドにより、通信リスナーが閉じます。 Close は終了状態であり、このメソッドを使用すると、通信リスナーは正常な方法でこの状態に移行できます。

ICommunicationListener.OpenAsync(CancellationToken)

このメソッドにより、通信リスナーが開かれます。 Open が完了すると、通信リスナーが使用可能になり、メッセージを受け入れて送信します。

適用対象