Can I client side use async method invoke and server side use async method dispath?
|
|
Can I client side use async method invoke and server side use async method dispath?
Last edited by ouloba; 11-23-2004 at 02:05 AM.
Yes, of course. It does not matter to the client if the server uses synchronous or asynchronous dispatch, and neither does it matter to the server if the client uses synchronous or asynchronous invocations. Asynchronous vs. synchronous invocation or dispatch are implementation choices, with no impact on the client/server contract.
thanks for marc's helps.
There are currently 1 users browsing this thread. (0 members and 1 guests)