Interface IDotBoxDServiceRegistrationSink
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
TServiceTImplementation