Exemplo n.º 1
0
 public FastQueueClient(FastQueueClientOptions options)
 {
     channel    = GrpcChannel.ForAddress(options.ServerUrl);
     grpcClient = new FastQueueService.FastQueueService.FastQueueServiceClient(channel);
 }
Exemplo n.º 2
0
 public FastQueueClientOptions(FastQueueClientOptions options)
 {
     ServerUrl = options.ServerUrl;
 }