Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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 ajoutée par Asif Mohammad , DevOps Lead , Autodesk
Date de publication: 2013/06/18
Syed Khaleel
par 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
par Nokwanda Mkhize , Call Centre , Debonairs

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

Mohammed Rizwan Afgani
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?