Represents an observable that can be connected and disconnected from its source.
Namespace: SharpKit.Rx
Methods
|
Connect()
|
Connects the observable to its source.
|
|
RefCount()
|
Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
|