Multithreading WPF application, communication with service

Posted by Cicik on Stack Overflow See other posts from Stack Overflow or by Cicik
Published on 2010-04-11T21:40:06Z Indexed on 2010/04/11 21:43 UTC
Read the original article Hit count: 617

Filed under:
|

Hello, I have WPF application which communicates with WCF service(service is Publisher and WPF application is Subscriber). I need multiple subscriptions to service from one application with callbacks to run in multiple threads. In each thread, application will subscribe to service and on callback(in same thread) save values to DB.

Please can you give me some idea how to solve this?

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about multithreading