Method CreateSubject
CreateSubject()
Creates a shared subject that replays the values of other observable sequences to all subscribed and future observers.
protected override ISubject<T> CreateSubject()
Returns
- ISubject<T>
A new instance of ISubject<T>.