Skip to main content
What You Need To Know About One-Way Calls, Callbacks, And Events
Entry Date: Rate:
Site:
Keywords:
RSS Description:
There are cases when an operation has no returned values and the client does not care about the success or failure of the invocation. To support this sort of fire-and-forget invocation, Windows Communication Foundation offers one-way operations. After the client issues the call, Windows Communication Foundation generates a request message, but no correlated reply message will ever return to the client.
Comments:

Interesting, one way callbacks and interesting way to make fire and forget requests.

The other topics of the articles are not supported by basicHttpBinding, so check first if it fits your app requirements before say yes to a client :).