Method CreateSubject
CreateSubject()
Creates a shared subject that stores and broadcasts the last disposable value of an observable sequence to all subscribed and future observers. The value is disposed when the containing context is closed.
protected override ISubject<T> CreateSubject()
Returns
- ISubject<T>
A new instance of ISubject<T>.