system.reactive
Reactive extension - Return same observable or create new?
I am trying to design a service layer abstraction with Rx. I have wrapped up all webservice calls using FromAsyncPattern. I will have multiple ViewModels subscribing to these observables, some can hav[详细]
2023-04-13 06:00 分类:问答how to implement delayed MouseEnter event with Silverlight and Reactive extensions?
I\'m trying to implement a delayed MouseEnter event handler in my Silverlight UI. Having done this the \'classic\' way, with DispatcherTimer etc., I\'m now trying to do the same using Reactive extensi[详细]
2023-04-12 06:55 分类:问答Rx Window, Join, GroupJoin?
I have generated/tested two Observables to be combined for executing a single query. A user can have multiple ro开发者_如何学Goles. Whenever their role id changes the data needs to be updated. But th[详细]
2023-04-12 05:06 分类:问答How to re-subscribe to sequence in particular point?
I\'m trying to solve the following: a) subscriber receives events from IObservable for some time. Then it unsubscribes, do some stuff and then subscri开发者_开发技巧be again. Here it should start rece[详细]
2023-04-12 04:11 分类:问答Observing both synchronous and asynchronous results
Using Rx, I want to observe a legacy object that exposes both the method GetItems and the event NewItem.[详细]
2023-04-11 16:15 分类:问答Rx argumentException with webclient
I am working with the Reactive Extensions, to easy download webpages with the WebClient on Windows Phone.[详细]
2023-04-11 11:55 分类:问答Pause and Resume Subscription on cold IObservable
Using Rx, I desire pause and resume functionality in the following code: How to implement Pause() and Resume() ?[详细]
2023-04-09 14:31 分类:问答Does reactive extensions support rolling buffers?
I\'m using reactive extensions to collate data into buffers of 100ms: this.subscription = this.dataService[详细]
2023-04-09 13:33 分类:问答A brief guide to extensions, namespaces and assemblies in V1 of Reactive Extensions (Rx)
Exploring the latest release of Reactive Extensions, I discover that the different types and extension methods have been split across namespaces and assemblies.[详细]
2023-04-08 17:55 分类:问答handle OnCompleted with cold observables
in Rx, the following code does not seem to call my OnCompleted action? No \"Sequence Completed\" static void Main(string[] args)[详细]
2023-04-08 14:02 分类:问答