public void LongRunningTest()
 {
     using (var client = new TestServiceClient("proto"))
     {
         client.CallLongRunningService();
     }
 }
Esempio n. 2
0
 public void LongRunningTest()
 {
     using (var client = new TestServiceClient("proto"))
     {
         client.CallLongRunningService();
     }
 }