Class ServiceCollectionConfigureSilverbackExtensions
Adds the ConfigureSilverback
method to the IServiceCollection.
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Core.dll
Syntax
public static class ServiceCollectionConfigureSilverbackExtensions
Methods
| Improve this doc View sourceConfigureSilverback(IServiceCollection)
Returns an ISilverbackBuilder instance that can be used to configure the additional services.
Declaration
public static ISilverbackBuilder ConfigureSilverback(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services | The IServiceCollection to add the services to. |
Returns
Type | Description |
---|---|
ISilverbackBuilder | The ISilverbackBuilder to add the services necessary to enable the Silverback features. |