DynamoDBSiloBuilderReminderExtensions.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.
Ajoute un stockage de rappel 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.
Retours
fourni ISiloBuilderpour le chaînage.