Microsoft.Azure.Amqp.DuplexAmqpLink.OnSenderClose C# (CSharp) Method

OnSenderClose() static private method

static private OnSenderClose ( IAsyncResult result ) : void
result IAsyncResult
return void
        static void OnSenderClose(IAsyncResult result)
        {
            DuplexAmqpLink thisPtr = (DuplexAmqpLink)result.AsyncState;
            thisPtr.OnOperationComplete(thisPtr.sender, result, false);
        }