Ques:- What is duplex contract in WCF?
Asked In :-
Addweb solutions, WBC SOFTWARE LAB, CAFS, Digital Mesh Softech, Invansys Technologies, Aiplex Software, blackbaud, nelito systems ltd, tatvasoft, avankia,
Right Answer:
A duplex contract in WCF allows for two-way communication between the client and the service, enabling the service to call back to the client. This is achieved by using a callback interface that the client implements, allowing the service to send messages back to the client asynchronously.
A duplex contract in WCF allows for two-way communication between the client and the service, enabling the service to call back to the client. This is achieved by using a callback interface that the client implements, allowing the service to send messages back to the client asynchronously.