Multilevel asynchronous method call pattern in c#
        Posted  
        
            by michajas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michajas
        
        
        
        Published on 2010-06-10T07:07:43Z
        Indexed on 
            2010/06/10
            7:13 UTC
        
        
        Read the original article
        Hit count: 305
        
Hi,
I have design problem regarding async calls to method.
I'd like to know best/good pattern to call async method, which calls another async method, which calls another async method :)
In other words, I have WCF service reference created with async methods and I want to call them from another async method which is called by other async method. All this for non blocking GUI.
Thanks!
© Stack Overflow or respective owner