I want to know is there way of Event Handling in WCF. I came across Callbacks in WCF, but i want to do Event Handling in WCF.
My requirement is like i want to raise
You cannot use events. You can use callbacks to simulate events.