How can i get the status and the estimated time when calling the Web Services

  • Thread starter Thread starter Norton
  • Start date Start date
N

Norton

Dear All,

I have an operation which will download a very large dataset from a web
service.
And i would like to know if there any method to :

Get the percentage completed?
Get the partial Dataset in order to bind it to datagrid as soon as
possible?

Thx and regards,
Norton
 
Hi,

I do not believe there is any way to get an estimated time when
calling a web service. You can call the web service async and place a
progress bar in the status bar to show it is doing something. Here is a
link to some msdn tv episodes that show how to do it.

http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20030409WinFormsMB/manifest.xml

http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20030411WinFormsMB/manifest.xml

Ken
-----------------
Dear All,

I have an operation which will download a very large dataset from a web
service.
And i would like to know if there any method to :

Get the percentage completed?
Get the partial Dataset in order to bind it to datagrid as soon as
possible?

Thx and regards,
Norton
 
Norton said:
Dear All,

I have an operation which will download a very large dataset from a web
service.
And i would like to know if there any method to :

Get the percentage completed?
Get the partial Dataset in order to bind it to datagrid as soon as
possible?

Thx and regards,
Norton

Do lot's of testing, but expect your results to be wrong at some point!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top