Observable.PublishLast Method
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.
| Name | Description | |
|---|---|---|
|
PublishLast<TSource>(IObservable<TSource>) | Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification. |
|
PublishLast<TSource, TResult>(IObservable<TSource>, Func<IObservable<TSource>, IObservable<TResult>>) | 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. |