Table of Contents

Interface IDotBoxDServiceRegistrationSink

Namespace
DotBoxD.Services.Generated
Assembly
DotBoxD.Services.dll

Receives source-generated service registrations without scanning generated types.

public interface IDotBoxDServiceRegistrationSink

Methods

AddService<TService, TImplementation>()

Adds one generated proxy implementation for a DotBoxD service interface.

void AddService<TService, TImplementation>() where TService : class where TImplementation : TService

Type Parameters

TService
TImplementation