Table of Contents

Method CreateSubject

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

CreateSubject()

Creates a shared subject that broadcasts the result of the first observable sequence to complete to all subscribed and future observers.

protected override ISubject<T> CreateSubject()

Returns

ISubject<T>

A new instance of ISubject<T>.