Interface IRpcServiceRegistrationSink
Namespace: DotBoxD.Services.Generated
Assembly: DotBoxD.Services.dll
Receives source-generated service registrations without scanning generated types.
public interface IRpcServiceRegistrationSinkMethods
Section titled “Methods”AddService<TService, TImplementation>()
Section titled “ AddService<TService, TImplementation>()”Adds one generated proxy implementation for an RPC service interface.
void AddService<TService, TImplementation>() where TService : class where TImplementation : TServiceType Parameters
Section titled “Type Parameters”TService
TImplementation