次の方法で共有


IServiceProxy インターフェイス

定義

これは、リモート処理の基本クライアント側インターフェイスです。 フレームワークは、ServiceRemotingListener と ServiceProxy を介して IService から継承するすべてのサービス コントラクトに対してリモート処理インフラストラクチャを提供します。

public interface IServiceProxy
type IServiceProxy = interface
Public Interface IServiceProxy
派生

プロパティ

ServiceInterfaceType

リモート化されているインターフェイスの種類を取得します。

ServicePartitionClient2

サービスに要求を送信するために使用されるサービス パーティション クライアントを取得します。

適用対象