Hello,
the subjects says much I think.
Basically I want to create my own long running tasks asynchronously.
I want to have a BeginMyOwnLongT ediousMethod
and EndMyOwnLongTed iousMethod
You know like the framework already has the methods of
BeginExecuteRea der that return an IAsynchResult.
Is there any way I can do my own?
Thanks!!!
the subjects says much I think.
Basically I want to create my own long running tasks asynchronously.
I want to have a BeginMyOwnLongT ediousMethod
and EndMyOwnLongTed iousMethod
You know like the framework already has the methods of
BeginExecuteRea der that return an IAsynchResult.
Is there any way I can do my own?
Thanks!!!
Comment