UCMA 4.0 Async Extension Methods
Posted: October 26th, 2012 | Author: Michael | Filed under: UCMA 4.0 | Tags: async/await, asynchronous, Lync 2013, Lync Server 2013, multithreading, Task Parallel Library, TPL, UCMA 4.0 | 9 Comments »To make it easier for developers to use the new multithreading techniques from .NET 4.5 in UCMA 4.0 applications, I’ve put together a set of extension methods that turn pairs of Begin/End methods (such as BeginEstablish/EndEstablish) into Task objects that can be used with the awaitkeyword.
The collection of extension methods is available on CodePlex. Let me know if you have questions or suggestions.