Skip to content

SubjectBase.OnNext(T) method

Defined in

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

Applies to

netstandard2.0

public abstract void OnNext(T value)

Summary: Notifies all subscribed observers about the arrival of the specified element in the sequence.

Parameters

NameTypeDescription
valueTThe value to send to all currently subscribed observers.