AdoNetGrainStorageServiceCollectionExtensions Class

Definition

IServiceCollection extensions.

public static class AdoNetGrainStorageServiceCollectionExtensions
type AdoNetGrainStorageServiceCollectionExtensions = class
Public Module AdoNetGrainStorageServiceCollectionExtensions
Inheritance
AdoNetGrainStorageServiceCollectionExtensions

Methods

AddAdoNetGrainStorage(IServiceCollection, Action<AdoNetGrainStorageOptions>)

Configure silo to use AdoNet grain storage as the default grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.

AddAdoNetGrainStorage(IServiceCollection, String, Action<AdoNetGrainStorageOptions>)

Configure silo to use AdoNet grain storage for grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.

AddAdoNetGrainStorage(IServiceCollection, String, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

Configure silo to use AdoNet grain storage for grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.

AddAdoNetGrainStorageAsDefault(IServiceCollection, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

Configure silo to use AdoNet grain storage as the default grain storage. Instructions on configuring your database are available at http://aka.ms/orleans-sql-scripts.

Applies to