Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How can we notify clients for any changes in WCF service? or in other terms, if we change anything in WCF service how should it reflect to clients?

I don't want to tell the client explicitly that something is changed in my service that he is consuming.

user-image
Question added by Asif Mohammad , DevOps Lead , Autodesk
Date Posted: 2013/06/18
Syed Khaleel
by Syed Khaleel , Senior Software Programmer , Gulf Medical University

by implementing the IServiceCallback contract in the client application so that the Callback from the WCF service can be received in the client.

the client application behaves as service and service behaves as a client.

 

Nokwanda Mkhize
by Nokwanda Mkhize , Call Centre , Debonairs

Social networking is the right place to hear what our customers are saying about us,

Mohammed Rizwan Afgani
by Mohammed Rizwan Afgani , Software Engineer, Team Lead , Prosoft e-Solutions (I) Pvt Ltd

You can use "INotifyPropertyChanged" interface is used to notify clients, typically binding clients, that a property value has changed.
Consider a Person object with a property called FirstName.
To provide generic property-change notification, the Person type implements the INotifyPropertyChanged interface and raises a PropertyChanged event when FirstName is changed.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.