Skip to content

AzureStorageReminderServiceCollectionExtensions.UseAzureTableReminderService(IServiceCollection, string)

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.