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

IServiceGroupPartition 接口

定义

服务组中的服务组成员可以将提供的 IStatefulServicePartitionIStatelessServicePartition 强制转换为 , IServiceGroupPartition 以访问特定于服务组中的成员的方法。

public interface IServiceGroupPartition
type IServiceGroupPartition = interface
Public Interface IServiceGroupPartition

方法

ResolveMember<T>(Uri)

使成员能够直接访问服务组的其他成员。

适用于