SiloBuilderReminderMemoryExtensions.UseInMemoryReminderService 方法

定义

使用内存中非永久性存储配置提醒存储。

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

silo 主机生成器。

返回

提供的 ISiloBuilder用于链接的 。

注解

请注意,这仅适用于开发和测试方案,不应在生产环境中使用。

适用于