Skip to content

,System.Reactive.Subjects.ISubject{-0})}

ProxyScheduledSubject(IScheduler, IObserver?, ISubject?) constructor

Defined in

Type: ProxyScheduledSubject Namespace: ReactiveMarbles.Mvvm Assembly: ReactiveMarbles.Mvvm.dll

Applies to

net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0

public ProxyScheduledSubject(IScheduler scheduler, IObserver<T>? defaultObserver = null, ISubject<T>? defaultSubject = null)

View source

Summary: Initializes a new instance of the ProxyScheduledSubject class.

Parameters

NameTypeDescription
scheduler[IScheduler](#The scheduler where to dispatch items to.
defaultObserver = nullIObserver?A optional default observer where notifications will be sent.
defaultSubject = null[ISubject?](#A optional default subject which this Subject will wrap.