Skip to content

IConnectableObservable.Connect() method

Defined in

Type: IConnectableObservable Namespace: System.Reactive.Subjects Assembly: System.Reactive.dll

Applies to

netstandard2.0

IDisposable Connect()

Summary: Connects the observable wrapper to its source. All subscribed observers will receive values from the underlying observable sequence as long as the connection is established.

Returns: IDisposable -- Disposable used to disconnect the observable wrapper from its source, causing subscribed observer to stop receiving values from the underlying observable sequence.