S
sebastian
Hello there,
I'm currently developing an NETCF 3.5 based application which has to
perfom several time consuming tasks whose outputs are needed (no 'fire
and forget') but I want to preserve UI responsiveness to do do other
things while the async methods are crunching numbers
Altough VS2008s IntelliSense shows BeginInvoke and EndInvoke on my
delegate it seems async method calling with callback doesn't really
work on NETCF as all I got was a lousy 'NotSupportedException' (http://
www.programmersheaven.com/2/Calling-a-method-asynchronously)
It's strange, because the BeginInvoke, and EndInvoke of
SoapHttpClientProtocol does exactly that, it takes a target, an async
callback and a object for my parameters.
Does anyone know how to implement async method call, w. callback in
NETCF? Maybe SoapHttpClientProtocol can help
Greetings,
Sebastian mauer
I'm currently developing an NETCF 3.5 based application which has to
perfom several time consuming tasks whose outputs are needed (no 'fire
and forget') but I want to preserve UI responsiveness to do do other
things while the async methods are crunching numbers
Altough VS2008s IntelliSense shows BeginInvoke and EndInvoke on my
delegate it seems async method calling with callback doesn't really
work on NETCF as all I got was a lousy 'NotSupportedException' (http://
www.programmersheaven.com/2/Calling-a-method-asynchronously)
It's strange, because the BeginInvoke, and EndInvoke of
SoapHttpClientProtocol does exactly that, it takes a target, an async
callback and a object for my parameters.
Does anyone know how to implement async method call, w. callback in
NETCF? Maybe SoapHttpClientProtocol can help
Greetings,
Sebastian mauer