Progress bar for web service?
- From: Bradley Plett <plettb@xxxxxxxxxxxxxxxx>
- Date: Wed, 05 Mar 2008 12:12:16 -0700
I am aware that showing progress for file transfers is relatively easy
with WCF since it can be done using a stream (see
http://www.codeproject.com/KB/WCF/WCF_FileTransfer_Progress.aspx for a
good example). However, I would like to show progress for a strongly
typed object. Is there an easy way to do that? I realize I could do
this using a stream as well, but I would need to handle the
serialization/deserialization myself in this case.
I would think there should be a way of hooking into events at a lower
level than the object transfer, but I certainly don't have a clue how!
As an example, I'd like to call the following method asynchronously
and then provide status updates:
[WebMethod()]
public myBigObject MyCrazyMethod()
Any help would be appreciated.
Thanks!
Brad.
.
- Follow-Ups:
- RE: Progress bar for web service?
- From: "Steven Cheng"
- RE: Progress bar for web service?
- Prev by Date: Web Services Client Error
- Next by Date: Re: How to return a user-defined data type object from a webservice?
- Previous by thread: Web Services Client Error
- Next by thread: RE: Progress bar for web service?
- Index(es):
Relevant Pages
|