RE: Async Webservices and Polling!!

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Mark Arteaga (ng_[at]_markarteaga_[dot]_com)
Date: 06/23/04


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
> 
> 
> 
> 


Relevant Pages

  • Re: Async Webservice, State and progress.
    ... A webservice with 1 long running task ... The webservice keeps track of the progress of this task ... An aspx page that polls the webservice for this progress ... The Microsoft sample i mentioned does run the way it should, but only polls ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Async Webservices and Polling!!
    ... It accesses the google webservice API and has a progress bar to show the progress of the webservice call. ... "Jay" wrote: ... > How do I make sure that Async WebService is done from the UI thread to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Progress Bar for transfering a large amount of data to a Web Service.
    ... I have a windows forms app that uploads one or more files to a ... webservice I'm trying to put in a progress bar. ... If i was reading the file from a stream and passing it to the ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: How to get progress percentage in quicksort?
    ... Thanks very much Jay for looking into how the code works, ... > "order" of a sort method, which is the number of operations (typically, the ... lngBigO is the *expected* number of swaps for the given data. ... > actual number required may be more or less than that, so the progress report ...
    (microsoft.public.word.vba.general)
  • Re: Fill DataTable Progress
    ... You don't need the timer with ProgressBar.Style to Marquee as Marquee will update the progress for you! ... Jay B. Harlow ...
    (microsoft.public.dotnet.languages.vb)