Пример #1
0
 public GrpcExampleHostedService(
     IServerTracer tracer,
     GrpcExampleService.GrpcExampleServiceBase grpcServiceBase)
 {
     _tracer          = tracer;
     _grpcServiceBase = grpcServiceBase;
 }
 public GrpcExampleHostedService(
     IServerTracer tracer,
     GrpcExampleService.GrpcExampleServiceBase grpcServiceBase,
     IConfiguration configuration)
 {
     _tracer          = tracer;
     _grpcServiceBase = grpcServiceBase;
     _configuration   = configuration;
 }