WcfCommunicationClientFactory<TServiceContract> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ICommunicationClientFactory<TCommunicationClient> Windows Communication Foundation を使用して を作成WcfCommunicationClient<TServiceContract>し、 を使用WcfCommunicationListener<TServiceContract>するステートレスおよびステートフル サービスと通信する 。
public class WcfCommunicationClientFactory<TServiceContract> : Microsoft.ServiceFabric.Services.Communication.Client.CommunicationClientFactoryBase<Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<TServiceContract>> where TServiceContract : class
type WcfCommunicationClientFactory<'ServiceContract (requires 'ServiceContract : null)> = class
inherit CommunicationClientFactoryBase<WcfCommunicationClient<'ServiceContract>>
Public Class WcfCommunicationClientFactory(Of TServiceContract)
Inherits CommunicationClientFactoryBase(Of WcfCommunicationClient(Of TServiceContract))
型パラメーター
- TServiceContract
WCF ベースのサービス コントラクト
- 継承
-
CommunicationClientFactoryBase<WcfCommunicationClient<TServiceContract>>WcfCommunicationClientFactory<TServiceContract>
コンストラクター
プロパティ
ExceptionHandlers |
クライアントからサービスへの通信チャネルで例外を処理するためのカスタム例外ハンドラーを取得します。 (継承元 CommunicationClientFactoryBase<TCommunicationClient>) |
ServiceResolver |
サービス エンドポイントを解決するためにクライアント ファクトリによって使用される ServicePartitionResolver を取得します。 (継承元 CommunicationClientFactoryBase<TCommunicationClient>) |
TraceId |
このコンポーネントの診断トレース識別子を取得します。 (継承元 CommunicationClientFactoryBase<TCommunicationClient>) |
メソッド
イベント
ClientConnected |
通信クライアントがサービス エンドポイントに接続するときに発生するイベント ハンドラー。 (継承元 CommunicationClientFactoryBase<TCommunicationClient>) |
ClientDisconnected |
通信クライアントがサービス エンドポイントから切断されたときに発生するイベント ハンドラー。 (継承元 CommunicationClientFactoryBase<TCommunicationClient>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET