共用方式為


SiloHostBuilderReminderExtensions.UseInMemoryReminderService 方法

定義

多載

UseInMemoryReminderService(ISiloBuilder)

使用記憶體內部非永續性存放區來設定提醒儲存體。

UseInMemoryReminderService(ISiloHostBuilder)

使用記憶體內部非永續性存放區來設定提醒儲存體。

UseInMemoryReminderService(ISiloBuilder)

來源:
SiloHostBuilderReminderExtensions.cs

使用記憶體內部非永續性存放區來設定提醒儲存體。

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)

來源:
SiloHostBuilderReminderExtensions.cs

使用記憶體內部非永續性存放區來設定提醒儲存體。

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

定址接收器主機產生器。

備註

請注意,這僅適用于開發和測試案例,不應用於生產環境。

適用於