IObserver.OnCompleted() method¶
Defined in
Type: IObserverSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
TResult OnCompleted()
Summary: Notifies the observer of the end of the sequence.
Returns: TResult -- Result returned upon observation of the sequence completion.