SiloHostBuilderReminderExtensions.UseAzureTableReminderService 方法

定义

重载

UseAzureTableReminderService(ISiloHostBuilder, String)

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(ISiloHostBuilder, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

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

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(ISiloBuilder, String)

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

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

添加 Azure 表存储支持的提醒存储。

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

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(IServiceCollection, String)

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

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

添加 Azure 表存储支持的提醒存储。

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

添加 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(ISiloHostBuilder, String)

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloHostBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloHostBuilder builder, string connectionString);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloHostBuilder * string -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloHostBuilder, connectionString As String) As ISiloHostBuilder

参数

builder
ISiloHostBuilder

生成器。

connectionString
String

存储连接字符串。

适用于

UseAzureTableReminderService(ISiloHostBuilder, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloHostBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloHostBuilder builder, Action<Orleans.Configuration.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloHostBuilder * Action<Orleans.Configuration.AzureTableReminderStorageOptions> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloHostBuilder, configure As Action(Of AzureTableReminderStorageOptions)) As ISiloHostBuilder

参数

builder
ISiloHostBuilder

生成器。

configure
Action<AzureTableReminderStorageOptions>

用于配置提醒存储的委托。

适用于

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

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloHostBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloHostBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloHostBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloHostBuilder, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As ISiloHostBuilder

参数

builder
ISiloHostBuilder

生成器。

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

配置委托。

适用于

UseAzureTableReminderService(ISiloBuilder, String)

Source:
SiloHostBuilderReminderExtensions.cs

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, string connectionString);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * string -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, connectionString As String) As ISiloBuilder

参数

builder
ISiloBuilder

生成器。

connectionString
String

存储连接字符串。

适用于

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

Source:
SiloHostBuilderReminderExtensions.cs

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configure As Action(Of AzureTableReminderStorageOptions)) As ISiloBuilder

参数

builder
ISiloBuilder

生成器。

configure
Action<AzureTableReminderStorageOptions>

用于配置提醒存储的委托。

适用于

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.AzureTableReminderStorageOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configure As Action(Of AzureTableReminderStorageOptions)) As ISiloBuilder

参数

builder
ISiloBuilder

生成器。

configure
Action<AzureTableReminderStorageOptions>

用于配置提醒存储的委托。

适用于

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

Source:
SiloHostBuilderReminderExtensions.cs

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As ISiloBuilder

参数

builder
ISiloBuilder

生成器。

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

配置委托。

适用于

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

添加 Azure 表存储支持的提醒存储。

public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As ISiloBuilder

参数

builder
ISiloBuilder

生成器。

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

配置委托。

适用于

UseAzureTableReminderService(IServiceCollection, String)

Source:
SiloHostBuilderReminderExtensions.cs

添加 Azure 表存储支持的提醒存储。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string connectionString);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * string -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, connectionString As String) As IServiceCollection

参数

services
IServiceCollection

服务集合。

connectionString
String

存储连接字符串。

适用于

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

Source:
SiloHostBuilderReminderExtensions.cs

添加 Azure 表存储支持的提醒存储。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configure As Action(Of AzureTableReminderStorageOptions)) As IServiceCollection

参数

services
IServiceCollection

服务集合。

configure
Action<AzureTableReminderStorageOptions>

用于配置提醒存储的委托。

适用于

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

添加 Azure 表存储支持的提醒存储。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Configuration.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Configuration.AzureTableReminderStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configure As Action(Of AzureTableReminderStorageOptions)) As IServiceCollection

参数

services
IServiceCollection

服务集合。

configure
Action<AzureTableReminderStorageOptions>

用于配置提醒存储的委托。

适用于

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

Source:
SiloHostBuilderReminderExtensions.cs

添加 Azure 表存储支持的提醒存储。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As IServiceCollection

参数

services
IServiceCollection

服务集合。

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

配置委托。

适用于

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

添加 Azure 表存储支持的提醒存储。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As IServiceCollection

参数

services
IServiceCollection

服务集合。

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

配置委托。

适用于