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

OnReceiverClose() static private method

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