UseAzureTableReminderService(IServiceCollection, string)
staticextension
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. 