Will it make any difference if I change the operation contract of methods having no return value by OperationContract (IsOneWay=true)?

Technology CommunityCategory: WCFWill it make any difference if I change the operation contract of methods having no return value by OperationContract (IsOneWay=true)?
VietMX Staff asked 3 years ago

Yes it will – and more importantly boost scalability too. Client is released as soon as call is taken up at the server and client does not have to wait until processing finishes. This helps the resources at both client and server to be released as soon as possible.