What is Asynchronous One-Way Calls?
By j Miracle
Asynchronous One-Way Calls
asynchronise one way calls means.
One-way calls are different from asynchronous calls from execution angle that the .NET Framework does
not guarantee their execution. In addition, the methods used in this kind of
call cannot have return values or out parameters. One-way calls are defined by
using [OneWay()] attribute in class.
What is Asynchronous One-Way Calls? (1210 Views)