How to Subscribe with lambda instead of IDisposable #3647
Replies: 1 comment
-
This is an Rx.NET question, but it's probably in either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the documentation, there are examples that when calling Subsribe function, lambdas are passed in as arguments. However, I only have IObservable.Subscribe(IObserver) in my IDE. What extension namespace should I include? The examples in documentation didn't provide that information.
Beta Was this translation helpful? Give feedback.
All reactions