Hi...
I am new in .NET and C#. I have such a problem:
I connect to the SQL Server over Web Services and send a request. Another
user must see this command (my request) and do somtehing and send me an
asnwer back. The problem is: This process can last a few minutes (The other
user can send me the asnwer anytime he want), and I must be able to do
something else in this time till I get the answer. But I must see the Antwort
as soon as the other user sends it.
I hope it was clear enough. Please help me.
Regards MAT
I am new in .NET and C#. I have such a problem:
I connect to the SQL Server over Web Services and send a request. Another
user must see this command (my request) and do somtehing and send me an
asnwer back. The problem is: This process can last a few minutes (The other
user can send me the asnwer anytime he want), and I must be able to do
something else in this time till I get the answer. But I must see the Antwort
as soon as the other user sends it.
I hope it was clear enough. Please help me.
Regards MAT
Comment