Ejemplo n.º 1
0
        protected bool EndWaitForItem(IAsyncResult result)
        {
            bool dequeued = inputQueue.EndWaitForItem(result);

            this.ThrowIfFaulted();
            this.ThrowIfAborted();

            return(dequeued);
        }