SiloBuilderReminderMemoryExtensions.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.
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.
Returns
The provided ISiloBuilder, for chaining.
Remarks
Note that this is for development and testing scenarios only and should not be used in production.