Show / Hide Table of Contents

    Class ServiceCollectionConfigureSilverbackExtensions

    Adds the ConfigureSilverback method to the IServiceCollection.

    Inheritance
    object
    ServiceCollectionConfigureSilverbackExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Microsoft.Extensions.DependencyInjection
    Assembly: Silverback.Core.dll
    Syntax
    public static class ServiceCollectionConfigureSilverbackExtensions

    Methods

    | Improve this doc View source

    ConfigureSilverback(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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini