Calling Synchronous Methods Asynchronously

 要实现此操作,请定义一个委托,此委托具有与你要调用的方法相同的签名;公共语言运行时会自动使用适当的签名为此委托定义 BeginInvoke 和 EndInvoke 方法。

  

IAsyncResult。

IAsyncResult 返回的 BeginInvoke

  

参考:https://msdn.microsoft.com/zh-cn/library/2e08f6yc(v=vs.110).aspx

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-12-24
  • 2021-09-01
  • 2021-08-29
  • 2021-06-02
猜你喜欢
  • 2021-11-23
  • 2021-11-01
  • 2021-09-26
  • 2022-02-11
  • 2022-03-11
  • 2021-07-02
  • 2022-02-08
相关资源
相似解决方案