SiloHostBuilderReminderExtensions.UseDynamoDBReminderService Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>) |
Agrega almacenamiento de recordatorios respaldado por Amazon DynamoDB. |
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>) |
Agrega almacenamiento de recordatorios respaldado por Amazon DynamoDB. |
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>) |
Agrega almacenamiento de recordatorios respaldado por Amazon DynamoDB. |
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)
Agrega almacenamiento de recordatorios respaldado por Amazon DynamoDB.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseDynamoDBReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Configuration.DynamoDBReminderStorageOptions> configure);
static member UseDynamoDBReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Configuration.DynamoDBReminderStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseDynamoDBReminderService (services As IServiceCollection, configure As Action(Of DynamoDBReminderStorageOptions)) As IServiceCollection
Parámetros
- services
- IServiceCollection
Colección de servicios.
- configure
- Action<DynamoDBReminderStorageOptions>
Delegado que se usa para configurar el almacén de recordatorios.
Se aplica a
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)
Agrega almacenamiento de recordatorios respaldado por Amazon DynamoDB.
public static Orleans.Hosting.ISiloBuilder UseDynamoDBReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.DynamoDBReminderStorageOptions> configure);
static member UseDynamoDBReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.DynamoDBReminderStorageOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseDynamoDBReminderService (builder As ISiloBuilder, configure As Action(Of DynamoDBReminderStorageOptions)) As ISiloBuilder
Parámetros
- builder
- ISiloBuilder
Generador.
- configure
- Action<DynamoDBReminderStorageOptions>
Delegado que se usa para configurar el almacén de recordatorios.
Se aplica a
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>)
Agrega almacenamiento de recordatorios respaldado por Amazon DynamoDB.
public static Orleans.Hosting.ISiloHostBuilder UseDynamoDBReminderService (this Orleans.Hosting.ISiloHostBuilder builder, Action<Orleans.Configuration.DynamoDBReminderStorageOptions> configure);
static member UseDynamoDBReminderService : Orleans.Hosting.ISiloHostBuilder * Action<Orleans.Configuration.DynamoDBReminderStorageOptions> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseDynamoDBReminderService (builder As ISiloHostBuilder, configure As Action(Of DynamoDBReminderStorageOptions)) As ISiloHostBuilder
Parámetros
- builder
- ISiloHostBuilder
Generador.
- configure
- Action<DynamoDBReminderStorageOptions>
Delegado que se usa para configurar el almacén de recordatorios.