Create my own asynchronous BeginXXXX methods and EndXXXX methods

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!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top