Method CreateSubject
CreateSubject()
Creates a shared subject that broadcasts the values from other observable sequences to multiple subscribers.
protected override ISubject<T> CreateSubject()
Returns
- ISubject<T>
A new instance of ISubject<T>.
Creates a shared subject that broadcasts the values from other observable sequences to multiple subscribers.
protected override ISubject<T> CreateSubject()
A new instance of ISubject<T>.