Freigeben über


SiloHostBuilderReminderExtensions.UseAzureTableReminderService Methode

Definition

Überlädt

UseAzureTableReminderService(ISiloHostBuilder, String)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(ISiloHostBuilder, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(ISiloBuilder, String)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(IServiceCollection, String)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

UseAzureTableReminderService(ISiloHostBuilder, String)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloHostBuilder

Der Generator.

connectionString
String

Die Speicherverbindungszeichenfolge.

Gilt für:

UseAzureTableReminderService(ISiloHostBuilder, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloHostBuilder

Der Generator.

configure
Action<AzureTableReminderStorageOptions>

Die Stellvertretung, die zum Konfigurieren des Erinnerungsspeichers verwendet wird.

Gilt für:

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloHostBuilder

Der Generator.

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

Der Konfigurationsstellvertretung.

Gilt für:

UseAzureTableReminderService(ISiloBuilder, String)

Quelle:
SiloHostBuilderReminderExtensions.cs

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloBuilder

Der Generator.

connectionString
String

Die Speicherverbindungszeichenfolge.

Gilt für:

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

Quelle:
SiloHostBuilderReminderExtensions.cs

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloBuilder

Der Generator.

configure
Action<AzureTableReminderStorageOptions>

Die Stellvertretung, die zum Konfigurieren des Erinnerungsspeichers verwendet wird.

Gilt für:

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloBuilder

Der Generator.

configure
Action<AzureTableReminderStorageOptions>

Die Stellvertretung, die zum Konfigurieren des Erinnerungsspeichers verwendet wird.

Gilt für:

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

Quelle:
SiloHostBuilderReminderExtensions.cs

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloBuilder

Der Generator.

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

Der Konfigurationsstellvertretung.

Gilt für:

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

builder
ISiloBuilder

Der Generator.

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

Der Konfigurationsstellvertretung.

Gilt für:

UseAzureTableReminderService(IServiceCollection, String)

Quelle:
SiloHostBuilderReminderExtensions.cs

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

services
IServiceCollection

Die Dienstsammlung.

connectionString
String

Die Speicherverbindungszeichenfolge.

Gilt für:

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

Quelle:
SiloHostBuilderReminderExtensions.cs

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

services
IServiceCollection

Die Dienstsammlung.

configure
Action<AzureTableReminderStorageOptions>

Die Stellvertretung, die zum Konfigurieren des Erinnerungsspeichers verwendet wird.

Gilt für:

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

services
IServiceCollection

Die Dienstsammlung.

configure
Action<AzureTableReminderStorageOptions>

Die Stellvertretung, die zum Konfigurieren des Erinnerungsspeichers verwendet wird.

Gilt für:

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

Quelle:
SiloHostBuilderReminderExtensions.cs

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

services
IServiceCollection

Die Dienstsammlung.

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

Der Konfigurationsstellvertretung.

Gilt für:

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

Fügt Erinnerungsspeicher hinzu, der von Azure Table Storage gesichert wird.

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

Parameter

services
IServiceCollection

Die Dienstsammlung.

configureOptions
Action<OptionsBuilder<AzureTableReminderStorageOptions>>

Der Konfigurationsstellvertretung.

Gilt für: