This question already has answers here: Progress notification in WCF for long running processes - How?
I\'m trying to scan an A3 page in duplex using my Xerox documate 752. I\'m getting it to scan fine using the document feeder but only on side. How do I access the other image??
I\'m trying to create gstreamer pipeline with rtpbin to stream webcam both way (videophone). However, I am not even able to make rtpbin work with simple snippet like below which just takes webcam 开发
So, I have a duplex server housed in a service that provides webservices to a Silverlight 4 control.Most of the time everything works -- but one specific callback which should retrieve a collection, n
I\'m writing a performance-critical bidirectional streaming server using boost.asio. The server works this way :
I\'m trying to implement a WCF service with duplex messaging for a multi-user status messaging system... What I can\'t really figure out how to do though (I\'m very new to WCF) is communicate across s
The arhitecture: console application that contains a wcf duplex service; windows app consumers; every app subscribe to Duplex, so we have a list of subscribers
I\'m attempting to extend this answer on SO to make a WCF client retry on transient network failures and handle other situations that require a retry such as authentication expiration.
I have followed this tutorial for building my chat application. When I try to add reference of my service I get the following error:
Pretty self-explanatory. I have a n开发者_运维技巧eed for a service to notify my client app if something happens, but the app is in .net 2.0 and I am loath to upgrade just for this functionality.