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

OnSenderOpen() static private method

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