What is Asynchronous One-Way Calls

Q

What is Asynchronous One-Way Calls ?

✍: Guest

A
One-way calls are a 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.

2007-10-23, 4640👍, 0💬