Correlate interdependent Event Streams with RX.Net
问题 I have a class that has, among others, the three following events: DataSourceLoaded DataSourceUnloaded DataSourceFieldChanged Right now I am using RX.Net in combination with its .Throttle() 'ing functionality to slow down handling of burst / frequent incoming events as I only need to know IF something changed recently, not every single occurrence is relevant to me. The part that I have a bit of problems with is that the underlying datasource may be added/removed at any time and the handler of