AdoNetGrainStorageServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |