Beispiel #1
0
        static bool OnSendResolveResponseCompleted(IAsyncResult result)
        {
            ResolveDuplexAsyncResult <TResolveMessage, TResponseChannel> thisPtr =
                (ResolveDuplexAsyncResult <TResolveMessage, TResponseChannel>)result.AsyncState;

            thisPtr.EndSendResolveResponse(thisPtr.ResponseChannel, result);
            return(true);
        }