Re: Queue of Threads
- From: "Larry Lard" <larrylard@xxxxxxxxxxx>
- Date: 25 Jan 2006 02:39:20 -0800
Jordi Rico wrote:
> Hi
> What I want to do is for using with a PDA, but I think it's a VB.NET
> related question, so I ask it here.
> It's simple, an user is working with the pda, and from while to while,
> has to send data to a server via webservice.
> As the process to the webservice can take many seconds, and the user
> has to continue working, I thought to send the process in a diferent
> thread, and warn the user when it has finished.
It would probably be easier to use the built-in asynchronous way of
calling webservices - this handles the necessary background threading
for you. There's a topic in the help titled "Accessing an XML Web
Service Asynchronously in Managed Code" which should take you through
how to do this.
--
Larry Lard
Replies to group please
.
- References:
- Queue of Threads
- From: Jordi Rico
- Queue of Threads
- Prev by Date: Re: timing accuracy of VB.Net
- Next by Date: Re: Is F1 in VS2005 really dumb?
- Previous by thread: Re: Queue of Threads
- Next by thread: timing accuracy of VB.Net
- Index(es):
Relevant Pages
|
Loading