Table of Contents

Class ServiceCollectionExtensions

Namespace
DuetControlServer.Link
Assembly
DuetControlServer.dll

Extensions for the service collection

public static class ServiceCollectionExtensions
Inheritance
ServiceCollectionExtensions
Inherited Members

Methods

Add link functionality to the service collection

public static IServiceCollection AddLink(this IServiceCollection services)

Parameters

services IServiceCollection

Service collection

Returns

IServiceCollection

Service collection

Add link adapter to the service collection based on configured communication method

public static IServiceCollection AddLinkAdapter(this IServiceCollection services)

Parameters

services IServiceCollection

Service collection

Returns

IServiceCollection

Service collection