コード例 #1
0
 public static void Main()
 {
     //PipeDemo.Go().Wait();
     //AsyncFuncCodeTransformation.Go();
     //TaskLogger.Go().Wait();
     //EventAwaiterDemo.Go();
     //Features.Go();
     //GuiDeadlockWindow.Go();
     Cancellation.Go().Wait();
     //ThreadIO.Go();
     //var s = AwaitWebClient(new Uri("https://google.com/")).Result;
 }
コード例 #2
0
 public static void Main()
 {
     PipeDemo.Go().Wait();
     AsyncFuncCodeTransformation.Go();
     TaskLogger.Go().Wait();
     EventAwaiterDemo.Go();
     Features.Go();
     GuiDeadlockWindow.Go();
     Cancellation.Go().Wait();
     ThreadIO.Go();
     var s = AwaitWebClient(new Uri("http://Wintellect.com/")).Result;
 }