Skip to content

Interface IRpcServiceRegistrationSink

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

Receives source-generated service registrations without scanning generated types.

public interface IRpcServiceRegistrationSink

Adds one generated proxy implementation for an RPC service interface.

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

TService

TImplementation