Click here to Skip to main content
15,887,848 members
Articles / Desktop Programming / WPF

A Generic Class for Wrapping Asynchronous Begin/End Operations, Using Reactive Extensions for .NET (Rx)

Rate me:
Please Sign up or sign in to vote.
4.65/5 (13 votes)
3 Feb 2010CPOL4 min read 67.6K   42  
This article presents a reusable class and technique for easily doing Asynchronous Programming using the Begin/End Pattern and the new Reactive Extensions for .NET (Rx) library.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions