Create my own asynchronous BeginXXXX methods and EndXXXX methods

  • Thread starter Thread starter Varangian
  • Start date Start date
V

Varangian

Hello,

the subjects says much I think.

Basically I want to create my own long running tasks asynchronously.
I want to have a BeginMyOwnLongTediousMethod
and EndMyOwnLongTediousMethod

You know like the framework already has the methods of
BeginExecuteReader that return an IAsynchResult.

Is there any way I can do my own?

Thanks!!!
 
Back
Top