I want to build an informational panel for Silverlight to report on exactly
what is happening with WCF data requests, any suggestions?

 

The idea is a power user could expand this panel to identify things like:

.         Outstanding requests

.         Failed requests + reason

.         Executing time

.         number of records returned

.         size of the data

 

I'm developing a map application where we show a tonne of data from many
sources the admin configures. Currently we give them no feedback and swallow
the errors. You may recall I've asked about reporting Silverlight errors
back to the server previously, this could extend that with more informative
data. In development we rely on Fiddler to get this info.

 

I've done something like this in JavaScript before (actually throttling
requests) by overriding the AJAX HTTPRequest method so this would all happen
without changes to the actual web service calls. Any ideas on where to start
in Silverlight? Has anyone done something similar already?

 

John.

_______________________________________________
ozsilverlight mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

Reply via email to