,System.Reactive.Subjects.ISubject{-0})}
ProxyScheduledSubject(IScheduler, IObserver?, ISubject?) constructor¶
Defined in
Type: ProxyScheduledSubjectReactiveMarbles.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)
Summary: Initializes a new instance of the ProxyScheduledSubject class.
Parameters
| Name | Type | Description |
|---|---|---|
scheduler | [IScheduler](# | The scheduler where to dispatch items to. |
defaultObserver = null | IObserver | A optional default observer where notifications will be sent. |
defaultSubject = null | [ISubject | A optional default subject which this Subject will wrap. |