RE: Async Webservices and Polling!!
From: Mark Arteaga (ng_[at]_markarteaga_[dot]_com)
Date: 06/23/04
- Next message: Gianco: "Re: How to disable event in C#?"
- Previous message: ralph: "RE: Possible failure in authentication key handling"
- In reply to: Jay: "Async Webservices and Polling!!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Jun 2004 09:02:02 -0700
Check out this sample. http://www.codeproject.com/netcf/dotNETCF_Google.asp and the original article http://msdn.microsoft.com/canada/btl/apr_winner.asp
It accesses the google webservice API and has a progress bar to show the progress of the webservice call.
-- Mark Arteaga "Jay" wrote: > Hello, > > I have Progressbar in my UI thread. Before starting ProgressBar I call an > Async WebService. > > How do I make sure that Async WebService is done from the UI thread to > safely close > it? > > > Thanks. > jay > > > >
- Next message: Gianco: "Re: How to disable event in C#?"
- Previous message: ralph: "RE: Possible failure in authentication key handling"
- In reply to: Jay: "Async Webservices and Polling!!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|