The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Observable.Multicast()

Observable.Multicast Method

Include Protected Members
Include Inherited Members

Returns an observable sequence that contains elements.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodStatic memberMulticast<TSource, TResult>(IObservable, ISubject<TSource, TResult>)Returns a connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.Public methodStatic memberMulticast<TSource, TIntermediate, TResult>(IObservable, Func<ISubject<TSource, TIntermediate>>, Func<IObservable, IObservable>)Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace