How we use CallBack in WCF fluently with events and delegates?
If Client give any request or any conditions matches of client then services automatically fire the event which condition or request given from client.
how is it possible?
A cleaner model is an event driven one using a Publish/Subscribe Pattern. Read this to get inside onto both methods.