Which are the various programming approaches for WCF?/What is one-way operation?

Which are the various programming approaches for WCF?/What is one-way operation?
IsOneWay equal to true ensures that the client does not have to wait for the response. So methods
marked by IsOneWay to true should always return void. In this, the caller does not get anything

No comments: