Interface IDotBoxDGeneratedServiceRegistrationSink
Receives source-generated service, proxy, and dispatcher registrations without scanning generated types.
public interface IDotBoxDGeneratedServiceRegistrationSink
Methods
AddService<TService, TProxy, TDispatcher>()
Adds one generated proxy and dispatcher pair for a DotBoxD service interface.
void AddService<TService, TProxy, TDispatcher>() where TService : class where TProxy : TService where TDispatcher : IServiceDispatcher
Type Parameters
TServiceTProxyTDispatcher