TPL DataFlow One by one processing
问题 I am having system that continuously processing messages. I want to make sure that I request messages from an external queue only when previous message was processed. Lets imagine that GetMessages method requests messages from external queue. Got event 1. Will push it Pushed 1 Got event 2. Will push it - my concert is here. As we get item before processing previous Processing 1 Processed 1 Deleted 1 Code: using System; using System.Collections.Generic; using System.Linq; using System