Skip to content

)}

ObservableBase.SubscribeCore(IObserver) method

Defined in

Type: ObservableBase Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

protected abstract IDisposable SubscribeCore(IObserver<T> observer)

Summary: Implement this method with the core subscription logic for the observable sequence.

Parameters

NameTypeDescription
observerIObserverObserver to send notifications to.

Returns: IDisposable -- Disposable object representing an observer's subscription to the observable sequence.