viswaroopan
New member
- Joined
- Oct 13, 2015
- Messages
- 3
- Programming Experience
- 5-10
Can someone help or share a simple code to show, how can we update the GUI on the .NET C# WCF Service side when the client calls the service method.
Looks like when the service is open using myServiceHost.Open() it creates its own thread and the GUI runs on its own thread. Now the service can't get to the GUI controls when the client application calls this method.
Thank you for your help in advance.
Looks like when the service is open using myServiceHost.Open() it creates its own thread and the GUI runs on its own thread. Now the service can't get to the GUI controls when the client application calls this method.
Thank you for your help in advance.