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