Can I Call a function of windows application from wcf service function,The main purpose of the whole application is: Windows service will detect some event and will show something on windows form application for recognizing the event by the user. Windows service and windows form application should communicate with each other by WCF service.
Thanks in Advance.
Normally web-services are developed to be called by the clients.
To send messages to client, which is the Windows Forms application in your case can be done