示例#1
0
 public void TestAsync()
 {
     Assert.AreEqual(ClientProxy.AsyncMethod(), 3, "Called method with AsyncPattern=true");
 }