IConnectableObservables in Rx
Posted
by Ray Booysen
on Stack Overflow
See other posts from Stack Overflow
or by Ray Booysen
Published on 2010-05-14T11:57:40Z
Indexed on
2010/05/14
12:04 UTC
Read the original article
Hit count: 321
Hi there
Can someone explain the differences between an Observable and a ConnectableObservable? The Rx Extensions documentation is very sparse and I don't understand in what cases the ConnectableObservable is useful.
This class is used in the Replay/Prune methods.
© Stack Overflow or respective owner