Re: [ADVANCED-DOTNET] Chaining the async design pattern

2006-07-10 Thread Barry Kelly
"Ivanoff, Alex" <[EMAIL PROTECTED]> wrote: > Your code has a problem: callback(state). 'callback' which is of type > AsyncCallback expects IAsyncResult parameter, not the Object. Right, now there's a fixed version up. -- Barry -- http://barrkel.blogspot.com/ ==

Re: [ADVANCED-DOTNET] Chaining the async design pattern

2006-07-10 Thread Barry Kelly
"Ivanoff, Alex" <[EMAIL PROTECTED]> wrote: > Your code has a problem: callback(state). 'callback' which is of type > AsyncCallback expects IAsyncResult parameter, not the Object. I never compiled it - it's a discussion of a technique. Use it to find ideas of your own ;) -- Barry -- http://barr

Re: [ADVANCED-DOTNET] Chaining the async design pattern

2006-07-10 Thread Ivanoff, Alex
6 13:13 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Chaining the async design pattern "Ivanoff, Alex" <[EMAIL PROTECTED]> wrote: > A while back there was a discussion about chaining async pattern: > > http://discuss.develop.com/archives/wa.exe?A2=ind0401

Re: [ADVANCED-DOTNET] Chaining the async design pattern

2006-07-10 Thread Barry Kelly
"Ivanoff, Alex" <[EMAIL PROTECTED]> wrote: > A while back there was a discussion about chaining async pattern: > > http://discuss.develop.com/archives/wa.exe?A2=ind0401E&L=ADVANCED-DOTNET&P=R > 2&I=-3 > http://discuss.develop.com/archives/wa.exe?A2=ind0402A&L=ADVANCED-DOTNET&D=0 > &I=-3&P=390 >

[ADVANCED-DOTNET] Chaining the async design pattern

2006-07-10 Thread Ivanoff, Alex
A while back there was a discussion about chaining async pattern: http://discuss.develop.com/archives/wa.exe?A2=ind0401E&L=ADVANCED-DOTNET&P=R 2&I=-3 http://discuss.develop.com/archives/wa.exe?A2=ind0402A&L=ADVANCED-DOTNET&D=0 &I=-3&P=390 I have the same situation and was wandering if someone has