SiloHostBuilderReminderExtensions.UseDynamoDBReminderService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>) |
Ajoute un stockage de rappels soutenu par Amazon DynamoDB. |
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>) |
Ajoute un stockage de rappels soutenu par Amazon DynamoDB. |
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>) |
Ajoute un stockage de rappels soutenu par Amazon DynamoDB. |
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)
Ajoute un stockage de rappels soutenu par 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
Paramètres
- services
- IServiceCollection
Collection de services.
- configure
- Action<DynamoDBReminderStorageOptions>
Délégué utilisé pour configurer le magasin de rappels.
S’applique à
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)
Ajoute un stockage de rappels soutenu par 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
Paramètres
- builder
- ISiloBuilder
Générateur.
- configure
- Action<DynamoDBReminderStorageOptions>
Délégué utilisé pour configurer le magasin de rappels.
S’applique à
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>)
Ajoute un stockage de rappels soutenu par 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
Paramètres
- builder
- ISiloHostBuilder
Générateur.
- configure
- Action<DynamoDBReminderStorageOptions>
Délégué utilisé pour configurer le magasin de rappels.