system.reactive
Using Rx to throttle callbacks from non-asynchronous calls
My question is similar to this question, but as always is slightly different. I currently work on a project that uses a simple pattern to asynchronously receive notifications of underlying data chang[详细]
2023-03-05 08:37 分类:问答HttpWebRequest asynchronous calls filling up the stack and stripped down Reactive Extensions on Windows Phone
I am writing some code that downloads a file from a network resource to disk. Reading from the network is done asynchronously, as well as writing. I am observing a problem that asynchronously calls ar[详细]
2023-03-04 19:42 分类:问答Reactive Extension - Observable.FromEvent typecast conversion
I am trying to play with the reactive extension hands on lab but could not register using the FromEvent API (I am getting compile time exception). I want to receive events when the textchanged propert[详细]
2023-03-03 23:30 分类:问答Reactive Extensions (Rx) Misses event
Why does a rx observing an event missed? The event is not handled at the time it occurs so the inner state of the object is not updated and causes problems in the following events received.[详细]
2023-03-03 22:14 分类:问答How to supress the very next event of stream A whenever stream B fires
I want to stop stream A for exactly one notification whenever stream B fires. Both streams will stay online and won\'t ever complete.[详细]
2023-03-03 11:01 分类:问答Websockets and RX
The prototype for WCF Websocket limits the number of concurrent con开发者_开发技巧nections. Even so, I\'d like to play a bit with multiple clients. Probably Rx could be used to handle subscriptions. H[详细]
2023-03-02 16:53 分类:问答Using Rx Framework for async calls using the void AsyncMethod(Action<T> callback) pattern
I\'ve seen tons of examples on how to use the Observable.FromAsyncPattern() in the Rx Framework to simplify Async calls, but I\'m using an interface that doesn\'t use the standard Async pattern ofIAsy[详细]
2023-03-01 16:24 分类:问答Calling an expensive Reactive Extensions `IObservable` function only when values not in local cache
I\'m using the Reactive Extensions (Rx) and a repository pattern to facilitate getting data from a relatively slow data source. I have the following (simplified) interface:[详细]
2023-02-27 05:51 分类:问答Is it ok to pass a subject into a component
I wonder if its ok from an architectural standpoint to pass a subject into a component. What I actually want is to have the component expose an observable. However, I would like to control where this[详细]
2023-02-25 02:25 分类:问答Usage of Reactive Extensions in the "Real World" [duplicate]
This question already has answers here: Good example of Reactive Extensions Use [closed] (6 answers) Good introduction to the .NET Reactive Framework [closed][详细]
2023-02-23 13:57 分类:问答