![]() |
|
|
|||||||
![]() |
DotNet - how to use asynchornous calls in asmx? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi
Can any one let me know how i can perform a Asychronous calll in a web service ? or using a thread in Asmx a better solution than the async call ? pls send me any link to example, where i can get this answer.. Thanks Senthil SenthilVel |
|
|
|
|
#2 |
|
Posts: n/a
|
The same way you make an async call anyhere else ...
The async examples still apply. Cheers, Greg Young MVP - C# "SenthilVel" <> wrote in message news:%... > Hi > > Can any one let me know how i can perform a Asychronous calll in a web > service ? > > or using a thread in Asmx a better solution than the async call ? > > pls send me any link to example, where i can get this answer.. > > Thanks > Senthil > |
|