A
abubakarm
Hi,
Is it possible to return from a web method again n again which is
called asynchronously just once? For example, lets say I have a web
method by the name GetNumber which returns an integer. I call this
method GetNumber just once asynchronously but it should keep on
returning results to the GetNumberCompleted method, like 1, than 2,
then 3, then 4 and so on? See I dont want to call it again n again, but
I do want to return from it again n again. I hope the question is
clear.
I'm doing all this in visual studio 2005 and the client app is a C#
desktop app.
Regards,
Ab.
Is it possible to return from a web method again n again which is
called asynchronously just once? For example, lets say I have a web
method by the name GetNumber which returns an integer. I call this
method GetNumber just once asynchronously but it should keep on
returning results to the GetNumberCompleted method, like 1, than 2,
then 3, then 4 and so on? See I dont want to call it again n again, but
I do want to return from it again n again. I hope the question is
clear.
I'm doing all this in visual studio 2005 and the client app is a C#
desktop app.
Regards,
Ab.