Search Results for

    Show / Hide Table of Contents

    Class DeliveryClientServiceCollectionExtension

    Extension function to add IDeliveryClient to the dependency system

    Inheritance
    System.Object
    DeliveryClientServiceCollectionExtension
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public static class DeliveryClientServiceCollectionExtension : object

    Methods

    AddNovaDeliveryClient(IServiceCollection)

    Adds IDeliveryClient - the services to access the Delivery API - to the service collection.

    Declaration
    public static IServiceCollection AddNovaDeliveryClient(this IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services

    The service collection

    Returns
    Type Description
    IServiceCollection
    In This Article
    Back to top Version 5.1.0.10