SiloBuilderReminderExtensions.AddReminders 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
AddReminders(IServiceCollection) |
Add support for reminders to this client. |
AddReminders(ISiloBuilder) |
Adds support for reminders to this silo. |
AddReminders(IServiceCollection)
Add support for reminders to this client.
public static void AddReminders (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddReminders : Microsoft.Extensions.DependencyInjection.IServiceCollection -> unit
<Extension()>
Public Sub AddReminders (services As IServiceCollection)
Parameters
- services
- IServiceCollection
The services.
Applies to
AddReminders(ISiloBuilder)
Adds support for reminders to this silo.
public static Orleans.Hosting.ISiloBuilder AddReminders (this Orleans.Hosting.ISiloBuilder builder);
static member AddReminders : Orleans.Hosting.ISiloBuilder -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddReminders (builder As ISiloBuilder) As ISiloBuilder
Parameters
- builder
- ISiloBuilder
The builder.