StorageProviderExtensions 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.
public static class StorageProviderExtensions
type StorageProviderExtensions = class
Public Module StorageProviderExtensions
- Inheritance
-
StorageProviderExtensions
Methods
AddGrainStorage<T>(IServiceCollection, String, Func<IServiceProvider,String,T>) |
Add a grain storage provider implementation to the silo. If the provider type implements ILifecycleParticipant<TLifecycleObservable> it will automatically participate to the silo lifecycle. |