你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServiceProxy 接口

定义

这是用于远程处理的基本客户端接口。 框架为从 IService 继承的所有服务协定通过 ServiceRemotingListener 和 ServiceProxy 提供远程处理基础结构。

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

属性

ServiceInterfaceType

获取远程接口类型。

ServicePartitionClient2

获取用于向服务发送请求的服务分区客户端。

适用于