ILegacyMembershipConfigurator 接口

定义

LegacyMembershipConfigurator 以旧式方式配置成员身份表,该表来自全局配置

public interface ILegacyMembershipConfigurator : Orleans.Runtime.MembershipService.ILegacySiloConfigurationAdapter
type ILegacyMembershipConfigurator = interface
    interface ILegacySiloConfigurationAdapter
Public Interface ILegacyMembershipConfigurator
Implements ILegacySiloConfigurationAdapter
派生
实现

方法

Configure(Object, ISiloBuilder)

配置所提供的 builder 使用 configuration

(继承自 ILegacySiloConfigurationAdapter)
Configure(Object, ISiloHostBuilder)

配置所提供的 builder 使用 configuration

(继承自 ILegacySiloConfigurationAdapter)

适用于