I used Rx to write a simplified Silverlight client library for my WCF web service, but sometimes I noticed that I was missing completed events.
public IObservable GetReport(string reportName)
I used Rx to write a simplified Silverlight client library for my WCF web service, but sometimes I noticed that I was missing completed events.
public IObservable GetReport(string reportName)
I think LINQ query language is suitable for IObservable, just like IEnumerable using ReactiveExtensions. I have the following code
Public Sub Foo(source As IObservable(Of Tuple(Of Integer, In