I have a WCF service and I need to setup the service to broadcast notifications to all the connected clients. However the call to WCF is made from jquery. So I need a method to be able to call back the jquery methods from WCF for broadcast. So basically I need a way to be able to call the jquery methods from WCF.
Please let me know if its possible and also any sample to illustrate it.