Beispiel #1
0
 public FastQueueClient(FastQueueClientOptions options)
 {
     channel    = GrpcChannel.ForAddress(options.ServerUrl);
     grpcClient = new FastQueueService.FastQueueService.FastQueueServiceClient(channel);
 }