Delegating a task in and getting notified when it completes (in C#)

前端 未结 7 821
灰色年华
灰色年华 2020-12-06 18:06

Conceptually, I would like to accomplish the following but have had trouble understand how to code it properly in C#:


SomeMethod { // Member of AClass{}
            


        
相关标签:
7条回答
  • 2020-12-06 18:41

    Check out BackgroundWorker.

    0 讨论(0)
提交回复
热议问题