SiloHostBuilderReminderExtensions.UseInMemoryReminderService Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UseInMemoryReminderService(ISiloBuilder) |
Configures reminder storage using an in-memory, non-persistent store. |
UseInMemoryReminderService(ISiloHostBuilder) |
Configures reminder storage using an in-memory, non-persistent store. |
UseInMemoryReminderService(ISiloBuilder)
Configures reminder storage using an in-memory, non-persistent store.
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
Parameters
- builder
- ISiloBuilder
The silo host builder.
Remarks
Note that this is for development and testing scenarios only and should not be used in production.
Applies to
UseInMemoryReminderService(ISiloHostBuilder)
Configures reminder storage using an in-memory, non-persistent store.
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
Parameters
- builder
- ISiloHostBuilder
The silo host builder.
Remarks
Note that this is for development and testing scenarios only and should not be used in production.