• wait-until-done: invoke EndXxxx( IAsyncResult ) method
  • polling technique: periodically checking the state: IsComplete
  • callback mechanisim: have the best performance and scalability

    .Net has a single and simple architecture for asynchrounous programming model.

posted on 2008-10-19 02:41  shawnliu  阅读(305)  评论(0编辑  收藏  举报