Go Back   Velocity Reviews > Newsgroups > DotNet
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

DotNet - how to use asychronous calls

 
Thread Tools Search this Thread
Old 05-15-2006, 03:10 PM   #1
Default how to use asychronous calls


Hi all

i have a requirement in my application where in need to call a web service:

1. My client calls my webservice .
2. when i receive a call from my web servcie i need to notify my client that
"Process started".
3. i need to return the Message "Process Started " and in the background i
need to continue the work which the WebService method is intended to do .
4. once i complete the work in the webservice , i need to send a reault back
to my client.

Client -->WS -->Replies a messages to client (Process started)

WS->completes the work and sends a Result --->Client.

must i use asychronus calls ?
must i use multi threading ?
How can i do this ?

Thanks
Senthil







SenthilVel
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump