private static async Task Test_Call2() { Console.Write("[Call2]...Send 123..."); await _proxyAsync2.Call2("123"); Console.WriteLine("end."); }
public void Act() { _service1.Call1(); _service2.Call2(); }