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

IService 接口

定义

定义标记接口,以便为服务启用接口远程处理。 为 IServiceRemotingListener 派生自此接口的服务实现的所有接口提供远程处理。 可以通过客户端访问 IServiceProxy 远程接口。

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

适用于