Skip to content

SiloBuilderReminderExtensions Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

AddReminders(ISiloBuilder)

staticextension
View source
public static ISiloBuilder AddReminders(this ISiloBuilder builder)
Adds support for reminders to this silo.

Parameters

builderISiloBuilder
The builder.

Returns

The silo builder.

AddReminders(IServiceCollection)

staticextension
View source
public static void AddReminders(this IServiceCollection services)
Add support for reminders to this client.

Parameters

servicesIServiceCollection
The services.