ILegacyMembershipConfigurator インターフェイス

定義

LegacyMembershipConfigurator は、グローバル構成からのレガシ方法でメンバーシップ テーブルを構成します

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

メソッド

Configure(Object, ISiloBuilder)

を使用してconfiguration指定された builder を構成します。

(継承元 ILegacySiloConfigurationAdapter)
Configure(Object, ISiloHostBuilder)

を使用してconfiguration指定された builder を構成します。

(継承元 ILegacySiloConfigurationAdapter)

適用対象