IObservable/IObserver Model in StreamInsight

396 views Asked by At

Can any one help me out in implementing streamInsight application using IObservable/IObserver Model. Im not getting the enough source to implement these. Any useful links on these topics in highly appreciated.

Thanks in Advance.

1

There are 1 answers

1
ashutosh raina On BEST ANSWER

Use this for the basic understanding of observer pattern. http://msdn.microsoft.com/en-us/library/ee817669.aspx you might also want to look into Reactive extensions .. http://msdn.microsoft.com/en-us/data/gg577609