次の方法で共有


WcfCommunicationClient<TServiceContract> クラス

定義

を使用WcfCommunicationListener<TServiceContract>して Service Fabric サービスと通信するために によってWcfCommunicationClientFactory<TServiceContract>作成された WCF クライアント。

public class WcfCommunicationClient<TServiceContract> : Microsoft.ServiceFabric.Services.Communication.Client.ICommunicationClient where TServiceContract : class
type WcfCommunicationClient<'ServiceContract (requires 'ServiceContract : null)> = class
    interface ICommunicationClient
Public Class WcfCommunicationClient(Of TServiceContract)
Implements ICommunicationClient

型パラメーター

TServiceContract

WCF サービス コントラクト

継承
WcfCommunicationClient<TServiceContract>
実装

プロパティ

Channel

この通信クライアントが使用する指定したコントラクトの WCF チャネルを取得します。

Endpoint

クライアントが接続されているサービス エンドポイントを取得または設定します。

ListenerName

クライアントが接続されているサービス レプリカまたはインスタンス内のリスナーの名前を取得または設定します。

ResolvedServicePartition

パーティションに関する情報と、サービス レプリカまたはインスタンスとの通信に使用できるエンドポイントを含む解決済みサービス パーティションを取得または設定します。

メソッド

Finalize()

クラスのインスタンスを最終処理します WcfCommunicationClient<TServiceContract>

適用対象