I am wondering if anyone can help me with something here: I am trying to create a "pipeline" or "queue" of commands [similar to CompositeCommand in Prism] except I want it to be sequential even if the command being executed is Asynchronous in nature.
Basically, I want to string together bunch of Async calls [not at compile time but at run time] and I want something similar to CompositeCommand functionality where I can easily register and unregister calls.
Any help/insight into this is greatly appreciated.
Thanks, Ravi