次の方法で共有


IServiceRemotingClient インターフェイス

定義

サービス リモート処理クライアントのインターフェイスを定義します。

public interface IServiceRemotingClient : Microsoft.ServiceFabric.Services.Communication.Client.ICommunicationClient
type IServiceRemotingClient = interface
    interface ICommunicationClient
Public Interface IServiceRemotingClient
Implements ICommunicationClient
実装

プロパティ

Endpoint

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

(継承元 ICommunicationClient)
ListenerName

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

(継承元 ICommunicationClient)
ResolvedServicePartition

このクライアントの作成時に使用された解決済みサービス パーティションを取得または設定します。

(継承元 ICommunicationClient)

メソッド

RequestResponseAsync(IServiceRemotingRequestMessage)

リモート処理要求をサービスに送信し、応答を取得します。

SendOneWay(IServiceRemotingRequestMessage)

一方向のメッセージをサービスに送信します。

適用対象