SiloHostBuilderReminderExtensions.UseInMemoryReminderService 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
UseInMemoryReminderService(ISiloBuilder) |
使用記憶體內部非永續性存放區來設定提醒儲存體。 |
UseInMemoryReminderService(ISiloHostBuilder) |
使用記憶體內部非永續性存放區來設定提醒儲存體。 |
UseInMemoryReminderService(ISiloBuilder)
使用記憶體內部非永續性存放區來設定提醒儲存體。
public static Orleans.Hosting.ISiloBuilder UseInMemoryReminderService (this Orleans.Hosting.ISiloBuilder builder);
static member UseInMemoryReminderService : Orleans.Hosting.ISiloBuilder -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseInMemoryReminderService (builder As ISiloBuilder) As ISiloBuilder
參數
- builder
- ISiloBuilder
定址接收器主機產生器。
備註
請注意,這僅適用于開發和測試案例,不應用於生產環境。
適用於
UseInMemoryReminderService(ISiloHostBuilder)
使用記憶體內部非永續性存放區來設定提醒儲存體。
public static Orleans.Hosting.ISiloHostBuilder UseInMemoryReminderService (this Orleans.Hosting.ISiloHostBuilder builder);
static member UseInMemoryReminderService : Orleans.Hosting.ISiloHostBuilder -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseInMemoryReminderService (builder As ISiloHostBuilder) As ISiloHostBuilder
參數
- builder
- ISiloHostBuilder
定址接收器主機產生器。
備註
請注意,這僅適用于開發和測試案例,不應用於生產環境。