Class ServiceCollectionConfigureSilverbackExtensions
Adds the ConfigureSilverback
method to the Microsoft.Extensions.DependencyInjection.IServiceCollection.
Inheritance
System.Object
ServiceCollectionConfigureSilverbackExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection | services | The Microsoft.Extensions.DependencyInjection.IServiceCollection to add the services to. |
Returns
Type | Description |
---|---|
ISilverbackBuilder | The ISilverbackBuilder to add the services necessary to enable the Silverback features. |