TrackingGrpcChanel.cs 308 B

1234567891011121314151617
  1. using Grpc.Net.Client;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace XYY.WindowsService.ReshMQ
  8. {
  9. public class TrackingGrpcChanel
  10. {
  11. public GrpcChannel Channel
  12. {
  13. get; set;
  14. }
  15. }
  16. }