Class ServiceCollectionAddSilverbackExtensions
Adds the AddSilverback
method to the IService
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Core.dll
Syntax
public static class ServiceCollectionAddSilverbackExtensions
Methods
| Improve this doc View sourceAddSilverback(IServiceCollection)
Adds the minimum essential Silverback services to the IService
Declaration
public static ISilverbackBuilder AddSilverback(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
IService |
services | The IService |
Returns
Type | Description |
---|---|
ISilverback |
The ISilverback |