Windows Vista Beta | WinVistaBeta.com - Message | WCF and Async service processes

July 03, 2008  
Subject: WCF and Async service processes
Group: microsoft.public.windows.developer.winfx.indigo
Date: 4/1/2008 10:49:04 AM
From: =?Utf-8?B?Um9zcw==?= [Email Address Protection]

Hi, we would like to have a true asycn call from the client to the service.
We have tried /a, AsyncResult.cs, oneway but always when the servive it
blocks the client from finishing. This is easy enough to test by putting in a
for loop for a thread.sleep. Does anyone have an idea?

Thanks.

Back