ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

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
تم إضافة السؤال من قبل Asif Mohammad , DevOps Lead , Autodesk
تاريخ النشر: 2013/06/18
Syed Khaleel
من قبل 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
من قبل Nokwanda Mkhize , Call Centre , Debonairs

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

Mohammed Rizwan Afgani
من قبل 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.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟