Adding an observable sequence after subscription
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: We are using Rx to monitor activity within our silverlight application so that we can display a message to the user after a period of inactivity. We are turning events (mouse moves etc.) into observables and then merging the observables together to create a single (allActivity) observable. We then throttle the allActivity observable using a timespan and something subscribes to be notified when the system has been inactive for a period of time. How can I add a new observable/ sequence to this after the subscription (so that the subscription