StorageProviderExtensions
class
Namespace: Orleans.Runtime.Hosting
Extension methods for registering grain storage providers with a silo.
public static class StorageProviderExtensionsMethods
AddGrainStorage(IServiceCollection, string, Func<IServiceProvider, string, T>)Add a grain storage provider implementation to the silo. If the provider type implementsOrleans.ILifecycleParticipantit will automatically participate to the silo lifecycle.
