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

Observable.PublishLast()

Observable.PublishLast Method

Include Protected Members
Include Inherited Members

Returns a connectable observable sequence that shares a single subscription that contains the last notification only.

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 memberPublishLast(IObservable)Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.Public methodStatic memberPublishLast<TSource, TResult>(IObservable, Func<IObservable, IObservable>)Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace