Class SilverbackStorageInitializer
Exposes the methods to configure Silverback and enable its optional features adding the necessary services to the IServiceCollection.
Inherited Members
Namespace: Silverback.Storage
Assembly: Silverback.Integration.dll
Syntax
public class SilverbackStorageInitializer
Constructors
SilverbackStorageInitializer(IServiceProvider)
Initializes a new instance of the SilverbackStorageInitializer class.
Declaration
public SilverbackStorageInitializer(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceProvider | serviceProvider | The IServiceProvider to be used to resolve the necessary services. |
Properties
ServiceProvider
Gets the IServiceProvider to be used to resolve the necessary services.
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| IServiceProvider |