Click here to Skip to main content
15,897,891 members
Articles / Web Development / HTML

Observer(C#) Pattern with IObservable and IObserver Interfaces

Rate me:
Please Sign up or sign in to vote.
4.89/5 (6 votes)
9 Feb 2015CPOL4 min read 53.2K   701   19  
Real example that shows how to implement Observer pattern using IObservable<T> and IObserver<T>

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions