Skip to content

AzureStorageReminderServiceCollectionExtensions Methods

Microsoft.Extensions.DependencyInjection.IServiceCollection extensions.

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

staticextension
View source
public static IServiceCollection UseAzureTableReminderService(this IServiceCollection services, Action<AzureTableReminderStorageOptions> configure)
Adds reminder storage backed by Azure Table Storage.

Parameters

servicesIServiceCollection
The service collection.
configureAction<AzureTableReminderStorageOptions>
The delegate used to configure the reminder store.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.

UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)

staticextension
View source
public static IServiceCollection UseAzureTableReminderService(this IServiceCollection services, Action<OptionsBuilder<AzureTableReminderStorageOptions>> configureOptions)
Adds reminder storage backed by Azure Table Storage.

Parameters

servicesIServiceCollection
The service collection.
configureOptionsAction<OptionsBuilder<AzureTableReminderStorageOptions>>
The configuration delegate.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.

UseAzureTableReminderService(IServiceCollection, string)

staticextension
View source
public static IServiceCollection UseAzureTableReminderService(this IServiceCollection services, string connectionString)
Adds reminder storage backed by Azure Table Storage.

Parameters

servicesIServiceCollection
The service collection.
connectionStringstring
The storage connection string.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.